Skip to content

Commit

Permalink
removed nearest neighbour missing implementation note
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Luca van den Busch committed Feb 2, 2024
1 parent 236d990 commit 9bc0408
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@
A fast ball tree implementation for three dimensional (weighted) data with an
Euclidean distance norm. The base implementation is in `C` and there is a
wrapper for `Python`.

The tree is optimised towards spatial correlation function calculations since
the query routines are geared towards range queries, i.e. counting pairs with a
given (range of) separations. Fixed number nearest neighbour search is currently
not implemented.
wrapper for `Python`. The tree is optimised towards spatial correlation function
calculations since it provides fast counting routinge, e.g. by implementing a
dualtree query algorithm.

- Code: https://github.com/jlvdb/balltree.git
- Docs: https://balltree.readthedocs.io/
Expand Down

0 comments on commit 9bc0408

Please sign in to comment.