-
Notifications
You must be signed in to change notification settings - Fork 11
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
Find, Query and BNINDEX #12
Comments
Could you also explain the benefit of specifying both BN arguments as in the example |
I suppose that would be possible.
There is none, I just implemented that method so that developers wouldn't have to go out of their way to omit the |
Thanks for your answer. It would be kind to get a warning. |
It's not useful so much as it's just allowed. If I raised an error or warning, a developer would have to omit the |
OK. Do what you think is the best. |
Dear Aaron,
Thanks fo this package. After having worked with RccpAnnoy, I finally ended up with your package, as it is more general and avoids errors concerning index starting at in C.
Currently, I was misleaded by the use of findKNN. I am used to define the index using buildHsnw. I thought that findKNN allows me to query a new dataset X when I provide the precomputed index. But it is clearly indicated in the details that it does not. Blame on me, I didn't read the details.
Nevertheless, I think that others will make the same shortcut. Therefore it would be kind of you if the documentation links findKNN and queryKNN and both functions raise a warning stating that X is ignored when BNINDEX is provided.
Thanks.
The text was updated successfully, but these errors were encountered: