Cover-Tree
Cover-Tree copied to clipboard
API for returning kNN distances along points
it would be useful to add a kNN method that returns not only points, but also their distances, e.g. as std::vec<std::pair<double, Point>>.