Expand description
§KNN
knn
provides for fast method of finding exact k nearest neighbours
for higher dimensional data. Also supports custom distance function.
Structs§
- Point
Cloud - The core datastructure of the package. Stores the points and the distance function.