bstversion

Bisector tree implementation in OCaml

A bisector tree allows to do fast but exact nearest neighbor searches in any space provided that you can measure the distance between any two points in that space. A bisector tree also allows fast neighbor searches (range queries/ finding all points within a given tolerance from your query point). Cf. this article for details: 'A Data Structure and an Algorithm for the Nearest Point Problem'; Iraj Kalaranti and Gerard McDonald. ieeexplore.ieee.org/iel5/32/35936/01703102.pdf

AuthorFrancois Berenger
LicenseBSD-3-Clause
Published
Homepagehttps://github.com/UnixJunkie/bisec-tree
Issue Trackerhttps://github.com/UnixJunkie/bisec-tree/issues
Maintainerunixjunkie@sdf.org
Dependencies
Source [http] https://github.com/UnixJunkie/bisec-tree/archive/v7.0.0.tar.gz
sha256=b1a2bd2c72a8b42e11dcf58850d3b398be3e3cf1d514a628a88c88e42089dcfd
md5=38b8967699a79d0df30e8acac23093fc
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/bst/bst.7.0.0/opam
Required by