Skip to content

appym/lsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minhash and Lsh

Locality Sensitive Hashing with MinHash

Implementation of Minhash Algorithm(Minhash.java) for two documents. Jaccard Similarity is computed on the result of the minhash signature matrix.

LSH implementation of the Minhash matrix using bands. (LSH.java)

The algorithm is currently tailored for 2 documents. In the future it can be improved to match N documents.

About

Locality Sensitive Hashing with MinHash

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages