jlmelville / rnndescent

R package implementing the Nearest Neighbor Descent method for approximate nearest neighbors
https://jlmelville.github.io/rnndescent/
GNU General Public License v3.0
10 stars 2 forks source link

#14: Correction fixes #15

Closed jlmelville closed 4 months ago

jlmelville commented 4 months ago

An attempt to fix #14. The "uncorrection" step in querying was mapping to 0 and not to the arbitrarily large value it should have had.