Skip to content

justinfargnoli/lshforest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lshforest

Cosine/Simhash LSH Forest in Golang

GoDoc

Install: go get github.com/justinfargnoli/lshforest

This is an implementation of a LSH Forest as described in the following paper (http://infolab.stanford.edu/~bawa/Pub/similarity.pdf).

This library, currently, is only supports cosine similarity. However, pull requests to support other applicable similarity metrics are welcome :)