- Mar 25, 2022
-
-
Vlastislav Dohnal authored
-
Vlastislav Dohnal authored
Removed netbean's project conf file. See merge request !1
-
Vlastislav Dohnal authored
-
- Apr 24, 2017
-
-
David Novak authored
creating a special algorithm for the (deprecated) version with PPP-Tree leaves on the disk
-
David Novak authored
-
- Mar 31, 2016
-
-
David Novak authored
-
- Oct 06, 2015
-
-
David Novak authored
-
- Sep 22, 2015
-
-
David Novak authored
-
- Aug 06, 2015
-
-
David Novak authored
* fixed a bug in delete operation (if two objects with the very same PPP were to be deleted, only the latter was actually deleted)
-
- Jul 01, 2015
-
-
David Novak authored
-
- Jun 15, 2015
-
-
David Novak authored
-
- May 17, 2015
-
-
David Novak authored
-
- May 08, 2015
-
-
David Novak authored
* when serializing, the internal nodes are now locked using "writeLock()" and the leafs are not locked * added synchronization of "compact" methods in leaves * added several tests for both standard and file-oriented PPP-Codes * PPPCOdeAlg now supports "getObjectCount" method and operation
-
- May 06, 2015
-
-
David Novak authored
* better logging in case of a problem * code cleared in constructors of Leaf cells * finalize() now executes data consolidation and tree serialization
-
- Apr 14, 2015
-
-
David Novak authored
-
- Apr 09, 2015
-
-
David Novak authored
- deleted objects (IDs) are marked as deleted within an array of indexes in the leaf node - these deleted indexes are NOT used for "getAllObjects" - they are only applied during the "consolidate" calling (which is now trigerred during every serialization of the leaf)
-
- Mar 25, 2015
-
-
David Novak authored
* added a variant of the PPP-Code Voronoi tree that keeps the data (PPP-Codes + IDs) in a separate binary storage * it should be fully backwards compatible
-
- Mar 18, 2015
-
-
David Novak authored
* because M-Index (MIndex.java) does not use the "max_number_of_objects" parameter, the PPPCodes.java is to return the max. number objects - in the future probably given by the StringToInt ID converter * ApproxNavProcessorPPPCodes now implements just NavProc<AbstractOperation> so that the "GetCandSetProcessor.getOperation" can return the GetCandOperation (not the included KNNOper)
-
- Feb 11, 2015
-
-
David Novak authored
-
- Jan 28, 2015
-
-
David Novak authored
-
David Novak authored
* version increased
-
- Oct 23, 2014
-
-
David Novak authored
* version set to 1.2.4 (compatible with messif 2.1.4)
-
- Sep 22, 2014
-
-
David Novak authored
- (not used for K-NN query processing) * renaming to be more intuitive (processors) *
-
- Aug 29, 2014
-
-
xnovak8 authored
-
- Aug 06, 2014
-
-
xnovak8 authored
-
- Jul 10, 2014
-
-
xnovak8 authored
* fixed returning of supproted operations
-
- Jul 07, 2014
-
-
David Novak authored
-
- Jun 23, 2014
-
-
xnovak8 authored
* parallel & sequential initiator classes merged * clear split of two PPP-Code index variants: 1) just index without any ID-object store for refinement (class PPPCodeAlgorithm) 2) "old" variant with the internal int-object store (class PPPCodeAlgorithmRefinement) * support of GetCandSetOp * refactoring and restructuralization of the approx. navigation processors * BUG FIX in PPPCodeObj R&W * packages with EarthMover's Distance and with Sketch implementation moved to a new project "ppp-codes-private" * The GPL header of all files slightly changed
-
- May 15, 2014
-
-
xnovak8 authored
* GPL licence added to all sources
-
- Jan 31, 2014
-
-
xnovak8 authored
-
- Dec 20, 2013
-
-
xnovak8 authored
-
- Dec 03, 2013
-
-
xnovak8 authored
* DC refinement now uses 4 threads
-
- Nov 26, 2013
-
-
david authored
-
- Nov 22, 2013
-
-
xnovak8 authored
* pivot selection modified to fit sketches * added basic impl. of EMD (JFastEMD)
-
- Nov 15, 2013
-
-
xnovak8 authored
* modified pivot selection (to get best balance)
-
- Nov 08, 2013
-
-
xnovak8 authored
(e.g. usage of Trove library) * started implementation of Muller-Molina's Sketch
-
- Sep 25, 2013
-
-
David Novak authored
* improved statistics from the approx search * PPPCodeObjects now enable a "lazy" reading - IDs are actually read only when really needed * PPP-Tree leaf node now enables refinement of the query-PPP distance by reading the stored PP suffixes * IDObjectRAStorage now uses the asynchronous access to disk storage
-
- Sep 06, 2013
-
-
David Novak authored
-
- Aug 30, 2013
-
-
David Novak authored
-
- Aug 21, 2013
-
-
David Novak authored
-