bisec-tree icon indicating copy to clipboard operation
bisec-tree copied to clipboard

Bisector tree implementation in OCaml

Results 4 bisec-tree issues
Sort by recently updated
recently updated
newest added

With the regulat functor: only exact distances are used. If the user knows a cheap to compute upper bound, we could exploit that one as often as possible. Inspired by:...

feature
performance

now this makes a lot of sense with the add method having been added (to grow an existing tree)

feature
very-large-dataset

algorithm: - build tree for a smallish random partition - address in parallel all remaining molecules - emboss the small tree - Eventually, continue building the tree for each group...

feature
very-large-dataset

To try finding a counter example to the triangular inequality when you have doubts about the distance function

feature