rust-cv / hwt

Hamming Weight Tree from the paper "Online Nearest Neighbor Search in Hamming Space"
MIT License
7 stars 1 forks source link

Implement TAU limiting for radius search #1

Closed vadixidav closed 5 years ago

vadixidav commented 5 years ago

Currently TAU is used for leaves in both search algorithms, but not for tables in radius search.