singhj / locality-sensitive-hashing

MIT License
28 stars 11 forks source link

Compute similarity accurately #7

Closed singhj closed 9 years ago

singhj commented 9 years ago

read_tweepy.lsh_report() shows similarity by referring to the number of common buckets. A more accurate way would be to use Jaccard similarity instead.

singhj commented 9 years ago

Completed