spotify / annoy-java

Approximate nearest neighbors in Java
Apache License 2.0
138 stars 46 forks source link

Update get Nearset pq entries #19

Closed LeagueCode closed 4 years ago

LeagueCode commented 4 years ago

Update the pq entries so the margin and nodeOffset are accessable, and not only comparable. Additionally added searchK funcitonality to getNearestPqEntries.

erikbern commented 4 years ago

👍