manzilzaheer / CoverTree

Cover Tree implementation in C++ for k-Nearest Neighbours and range search
Apache License 2.0
90 stars 19 forks source link

float 32 / float64 via ifdef #13

Open nmonath opened 4 years ago

nmonath commented 4 years ago

Updating the code to switch between float/double using ifdef. Previous code always used 64. Default is now float32. Python tests passed (see small changes to python code / package structure).