[−][src]Crate knn
KNN
knn provides for fast method of finding exact k nearest neighbours
for higher dimensional data. Also supports custom distance function.
Structs
| PointCloud | The core datastructure of the package. Stores the points and the distance function. |