Lshforest
An implementation of LSH Forrest based off of the following paper (http://infolab.stanford.edu/~bawa/Pub/similarity.pdf).
Install / Use
/learn @justinfargnoli/LshforestREADME
lshforest
Cosine/Simhash LSH Forest in Golang
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 :)
