Open endeavorXx opened 6 days ago
Yes - this code ended up in scikit-learn, and there is a query_radius method: https://scikit-learn.org/dev/modules/generated/sklearn.neighbors.KDTree.html#sklearn.neighbors.KDTree.query_radius
so, does KDTree implement your code or just the query radius method?
The code here eventually became the KDTtee in scikit-learn
It's cool You are great !! Why this KD-Tree algorithm does not work well on high dimensional data compared to Ball Tree.
Did you code it in a way that makes it more robust only up to the dimension of 3?
were you able to implement Query radius ?