Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upsearch_k documentation is inconsistent #382
Open
Comments
|
where does it say something about D? that seems incorrect |
|
In the README. Perhaps in other places too? But definitely in the README. |
|
ok will take a look and fix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The documentation for
search_kis inconsistent.In some places, it says: "search_k nodes which defaults to n_trees * n if not provided"
In other places, it says: "If search_k is not provided, it will default to n * n_trees * D where n is the number of approximate nearest neighbors and D is a constant depending on the metric."
Which is it?
And if it is
D, could you enumerate the differentDvalues for each metric? I searched the code for a few minutes but I was unable to determine what D is.