stefankoegl / kdtree

A Python implementation of a kd-tree
ISC License
365 stars 118 forks source link

Benchmarks and capabilities #47

Open Helveg opened 4 years ago

Helveg commented 4 years ago

How does this implementation compare in benchmarks to scipy.spatial.cKDTree or sklearn.neighbors.KDTree and is it capable of querying all neighbors within a radius?

stefankoegl commented 4 years ago

I do not have any such comparisons, however if somebody can provide it I’d be happy to include them in the documentation.