pynanoflann icon indicating copy to clipboard operation
pynanoflann copied to clipboard

Taking the square root of distances is now optional

Open hochshi opened this issue 1 year ago • 2 comments

I've added a root_dist flag that allow the distances returned from nanoflann to stay squared even when using a L2 norm. I've also added 2 tests to verify the addition of the flag the results remain consistent with sklearn.

Also bumped the version in setup.py to 0.0.9.

hochshi avatar Feb 20 '23 07:02 hochshi