rindex 0.2.2

Rindex: dynamic spatial index for efficiently maintaining *k* nearest neighbors graph of multi-dimensional clustered datasets.
Documentation
1
2
3
4
5
6
mod distance;
mod index;
mod node;
mod rindex;
mod sphere;
pub use rindex::Rindex;