Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 520 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 520 Bytes

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 :)