Skip to content
  1. Mar 25, 2022
  2. Apr 24, 2017
  3. Mar 31, 2016
  4. Oct 06, 2015
  5. Sep 22, 2015
  6. Aug 06, 2015
  7. Jul 01, 2015
  8. Jun 15, 2015
  9. May 17, 2015
  10. May 08, 2015
  11. May 06, 2015
  12. Apr 14, 2015
  13. Apr 09, 2015
    • David Novak's avatar
      * implemented delete operation: · f585677b
      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)
      f585677b
  14. Mar 25, 2015
  15. Mar 18, 2015
    • David Novak's avatar
      * because M-Index (MIndex.java) does not use the "max_number_of_objects"... · a112933b
      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)
      a112933b
  16. Feb 11, 2015
  17. Jan 28, 2015
  18. Oct 23, 2014
  19. Sep 22, 2014
  20. Aug 29, 2014
  21. Aug 06, 2014
  22. Jul 10, 2014
  23. Jul 07, 2014
  24. Jun 23, 2014
    • xnovak8's avatar
      * modifications compliant with new M-Index v. 2.8.0 (renaming of PPCalculator to MIndexInitalizer) · e6dd9e93
      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
      e6dd9e93
  25. May 15, 2014
  26. Jan 31, 2014
  27. Dec 20, 2013
  28. Dec 03, 2013
  29. Nov 26, 2013
  30. Nov 22, 2013
  31. Nov 15, 2013
  32. Nov 08, 2013
  33. Sep 25, 2013
    • David Novak's avatar
      * the adaptive refinement with fixed steps to check was added and tested · 0fe09452
      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 
      0fe09452
  34. Sep 06, 2013
  35. Aug 30, 2013
  36. Aug 21, 2013