Skip to content

treadstone90/Locality-Sensitive-Hashing

Repository files navigation

Locality-Sensitive-Hashing

A Scala library for locality sensitive hashing. The current implementation works only for the text and can support only Jaccard Similarity.

val lsh = new LSH(shingleLength , min hash Length , number of bands , processedDocuments, threshold)

About

A Scala library for locality sensitive hashing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages