Skip to content
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

The order of knn or radius_search result #21

Closed
bigdraw opened this issue May 21, 2019 · 2 comments
Closed

The order of knn or radius_search result #21

bigdraw opened this issue May 21, 2019 · 2 comments

Comments

@bigdraw
Copy link

bigdraw commented May 21, 2019

Great work!
I'm wondering if the output of Knn or radius_search is in Ascending Order of the distance?
Especially the cuda version of these methods?

@rusty1s
Copy link
Owner

rusty1s commented May 21, 2019

No, but you can easily compute distances by yourself afterwards and sort them accordingly.

@bigdraw bigdraw closed this as completed May 21, 2019
@bigdraw bigdraw reopened this May 21, 2019
@bigdraw
Copy link
Author

bigdraw commented May 21, 2019

Thank you!

@bigdraw bigdraw closed this as completed May 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants