duhaime / minhash

Quickly estimate the similarity between many sets
https://duhaime.github.io/minhash/
MIT License
50 stars 11 forks source link

LSH Threshold #13

Open deathg0d opened 3 years ago

deathg0d commented 3 years ago

Is there a way to set a custom LSH threshold (Currently set to 0.5)?

prameshbhattarai commented 3 years ago

@deathg0d @duhaime I have created a PR for implementing LSH Threshold. https://github.com/duhaime/minhash/pull/16