Skip to content
  1. Sep 02, 2022
    • Vlastislav Dohnal's avatar
      Multiway insertion algorithm (provided by the cmd-line argument --multiway... · 330d199b
      Vlastislav Dohnal authored
      Multiway insertion algorithm (provided by the cmd-line argument --multiway YES; or by an operation argument "multiway" (boolean))
      * Use candidate objects in internal nodes in the coverage test
      * Method of updating hulls after each split added -- it recomputes hulls from the scratch using all data objects rooted from the node that has been split or a child has been added into)
      * Fancy print of whole tree structure added
      330d199b
  2. Aug 26, 2022
  3. Aug 24, 2022
    • Vlastislav Dohnal's avatar
      * Changed management of candidates in internal nodes: Node.insertCandidate -... · c96f0ea3
      Vlastislav Dohnal authored
      * Changed management of candidates in internal nodes: Node.insertCandidate - replace the closest candidate with the new (better (farther)) candidate
      * Changed default of recomputeDuringSplit to false -- if true, it checks and changes candidates among siblings in Node.getRelevantCandidateHullObjects
      * Change: When a node is split and the new nodes fit into the parent, the parent's hull is updated with candidate objects.
      * Change: internal node's isCovered test takes into account the candidates in a way that an object non-covered by hull is taken as covered if its rank is smaller than at least one candidate of the node.
      
      * Added cmd args for recompute during split/insert
      * Minor code clean-up
      c96f0ea3
  4. Aug 22, 2022
  5. Aug 19, 2022
  6. Aug 10, 2022
  7. Aug 05, 2022
  8. Aug 02, 2022
  9. Aug 01, 2022
  10. Jul 29, 2022
    • Vlastislav Dohnal's avatar
      * Min. hull objects parameter added! · 94dfa0f5
      Vlastislav Dohnal authored
      * Bug fixes: ?
      ** Parameter --recompute is no used (it was ignored and always set to true)
      ** MHTree.recomputeAncestors is not used in test to update parent hulls in balancedInsert but rather recomputeCandidatesDuringSplit is tested
      94dfa0f5
  11. Jul 15, 2022
  12. Jul 13, 2022
  13. Jul 11, 2022
  14. May 18, 2022
  15. May 16, 2022
  16. Mar 21, 2022
  17. Mar 19, 2022
  18. Mar 16, 2022
  19. Feb 17, 2022
  20. Feb 16, 2022
  21. Jan 20, 2022