Open xiankgx opened 3 years ago
Hello
Any updates on this issue? I'm having the same problem.
Thanks!
@joaorulff sorry, not yet.
Hi,
I'm having the same issue. Any update?
Thanks
Hi @emreyalvac sorry, no. This one is not a high priority issue.
@searchivarius Is this a fundamental problem of the method or an implementation bug?
@ogrisel you need a special hack to fix this. In principle, it is possible to do something and even better than just sample randomly missing entries, but it's extra work and an extension for the algorithm.
Hi, I'm trying to use nmslib to return nearest neighbours less than a certain threshold distance. To do this, I am setting a high value for k. I found that the number of returned results sometimes can be less than k, and also some query samples could have less returned results than others. Is this expected behaviour? I'm using the hnsw method.