-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: Relation to NearestNeighbors.jl #6
Comments
This algorithm - and approximate nearest neighbor algorithms more generally - could potentially exist in NearestNeighbors.jl. The main reason I didn't pursue contributing to that package when implementing NNdescent is because the existing algorithms all output |
As for benchmarking, adding this package to the ANN benchmarks is something I've been considering but haven't gotten around to. |
Maybe this discussion on a common API can also be fruitful for this package. |
Thanks for the heads up. I'm in the middle of redoing the underlying implementation details in this package (in the |
Just a note for others, for my large and high dimensional dataset (10^6 points of dimension 30)this package is at least 10x faster than NearestNeighbors.jl and is a great help! |
I see that the interfaces are similar and that you both use the
Distances.jl
library for metrics. Is there any relation to this package and do you see any reason in the future to interface with them? Also, benchmarks comparing both on the same hardware would be interesting.The text was updated successfully, but these errors were encountered: