rust-cv / hwt

Hamming Weight Tree from the paper "Online Nearest Neighbor Search in Hamming Space"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement TAU limiting for radius search

vadixidav opened this issue · comments

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