Cover-Tree icon indicating copy to clipboard operation
Cover-Tree copied to clipboard

API for returning kNN distances along points

Open flying-sheep opened this issue 8 years ago • 0 comments

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>>.

flying-sheep avatar Oct 04 '17 14:10 flying-sheep