- Mar 25, 2022
-
-
Vlastislav Dohnal authored
* Netbeans-project conf file removed
-
- Apr 24, 2017
-
-
David Novak authored
if a bucket cannot be removed during reorganization, this is not fatal
-
- Jun 14, 2016
-
-
David Novak authored
-
- Dec 17, 2015
-
-
David Novak authored
-
- Sep 22, 2015
-
-
David Novak authored
-
- Aug 06, 2015
-
-
David Novak authored
-
- Jun 15, 2015
-
-
David Novak authored
-
- May 17, 2015
-
-
David Novak authored
-
- May 08, 2015
-
-
David Novak authored
* added a method to calculate object count according to allObjects iterations on leaf nodes
-
- Apr 14, 2015
-
-
David Novak authored
-
- Apr 09, 2015
-
-
David Novak authored
-
- Mar 25, 2015
-
-
David Novak authored
-
- Mar 18, 2015
-
-
David Novak authored
-
-
David Novak authored
-
- Feb 12, 2015
-
-
David Novak authored
-
- Feb 11, 2015
-
-
David Novak authored
-
- Jan 26, 2015
-
-
david authored
* version 2.8.6 - requires MESSIF version 2.1.9
-
- Oct 23, 2014
-
-
David Novak authored
-
David Novak authored
-
- Sep 22, 2014
-
-
David Novak authored
- and thus the settings parameter "ppcalculator.threads" is supported no more * other minor modifications in the PPP-Tree (necessary for PPP-COdes)
-
- Sep 18, 2014
-
-
xnovak8 authored
-
- Aug 29, 2014
-
-
xnovak8 authored
* many things modified :-)
-
- Aug 06, 2014
-
-
xnovak8 authored
* added the concept of duplicate DC filter that is usable especially in the memory version of multi-overlay M-Index - there is some commented code to be removed later
-
- Jul 10, 2014
-
-
xnovak8 authored
* fixed returning of supproted operations
-
- Jun 23, 2014
-
-
xnovak8 authored
* parallel & sequential MIndexInitalizer merged into a single class These two modifications caused changes in most of the files
-
- May 15, 2014
-
-
xnovak8 authored
* javadoc modifications
-
- Feb 21, 2014
-
-
xnovak8 authored
* fixed a bug in MultiBucket split in MIndexLeafCell (caused when the index is built by massive multi-threading) * updates in M-Index property generation
-
- Jan 30, 2014
-
-
xnovak8 authored
* added "getParamComment" to the Parameter * getDynamicKey method created in MetricIndex
-
- Dec 20, 2013
-
-
xnovak8 authored
* commiting last version compatible with the PPP-Code indexes built for the PPP-Code indexes (Fall 2013); the VoronoiLeaf nodes use "int objectCount" which is WRONG for M-Index multi-buckets (because of parallel processing of inserts and thread synchronization) * next version of M-Index should use "AtomicInteger objectCount" (it is commented out in this version)
-
- Dec 12, 2013
-
-
xnovak8 authored
1) in case of multi-buckets, multi-threads, split could have been initiated on a node already split by a different thread 2) objectCount was transient int, but should have been AtomicInteger * fixed approx search in case of multi-bucket when all objects from the multi-bucket are processed (much more objects were accessed than specified by the approx configuration)
-
- Dec 03, 2013
-
-
xnovak8 authored
-
- Dec 02, 2013
-
-
xnovak8 authored
-
- Nov 28, 2013
- Nov 22, 2013
-
-
xnovak8 authored
-
- Nov 08, 2013
-
-
xnovak8 authored
-
- Sep 27, 2013
-
-
David Novak authored
-
- Sep 25, 2013
-
-
David Novak authored
* the approx search now can let the PPP-tree cell to revise its distance from query - MinQueryDistanceRevisor * fixed a problem with precise range search on disk-oriented M-Index
-
- Sep 06, 2013
-
-
David Novak authored
* modified query-PPP distance calculators. The main is now WSDCTight, the original one is WSDCalculator, but it was proven wrong (does not fulfill the condition that d(q,parent) >= d(q,child) * the "Tight" calculator uses information from an internal node about it's children
-