An open API service indexing awesome lists of open source software.

https://github.com/justinfargnoli/lshforest

An implementation of LSH Forrest based off of the following paper (http://infolab.stanford.edu/~bawa/Pub/similarity.pdf).
https://github.com/justinfargnoli/lshforest

go golang lsh lsh-algorithm lsh-forest lsh-forrest search search-algorithm searching-algorithms similarity similarity-search

Last synced: 26 days ago
JSON representation

An implementation of LSH Forrest based off of the following paper (http://infolab.stanford.edu/~bawa/Pub/similarity.pdf).

Awesome Lists containing this project

README

          

# lshforest

Cosine/Simhash LSH Forest in Golang

[![GoDoc](https://godoc.org/github.com/justinfargnoli/lshforest?status.svg)](https://godoc.org/github.com/justinfargnoli/lshforest)

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