-
Notifications
You must be signed in to change notification settings - Fork 194
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
How to return more points? #104
Comments
Have you tried increasing the number of probes? |
Sure! Here's little bit simpler code, goal is to get more than 3 results:
Also tried to play with storage_hash_table, num_rotations, l, k - nothing changed. |
A-Guldborg
pushed a commit
to duckth/FOENNIX
that referenced
this issue
May 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
Let's start with the code:
So, we have 1000 points in 300-dimensional space, grouped in 10 extremely dense areas (in the example above - grouped into dots). When I make a query to get k nearest neigbours, I would never get more points, than in nearest dense area. So, when I ask for k<100 it's ok, but if I want k=200, or k=1000 falconn returns only 100 points.
Is there any way to configure params in such a way, so above script would print
?
Thank you!
The text was updated successfully, but these errors were encountered: