kayzhu / LSHash

A fast Python implementation of locality sensitive hashing.
MIT License
660 stars 158 forks source link

Limit the number of points in each bucket #16

Open matteomanca opened 7 years ago

matteomanca commented 7 years ago

Hi all,

is there any way to limit the number of points in each bucket? Thanks in advance.

Matteo