1

Can I use spotify's "Annoy" package to query points within radius r

https://github.com/tjrileywisc/annoy

I coudn't find any relevant function call in the implementation on their github page.

I have used Kd-tree using query ball point for such problem. But since annoy is faster and I have to query billions of points, I am wondering if its possible to using this package

gsamaras
  • 71,951
  • 46
  • 188
  • 305
muni
  • 1,263
  • 4
  • 22
  • 31

1 Answers1

0

Can I use spotify's "Annoy" package to query points within radius r?

No, the library doesn't provide such a method.

gsamaras
  • 71,951
  • 46
  • 188
  • 305