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).
- Host: GitHub
- URL: https://github.com/justinfargnoli/lshforest
- Owner: justinfargnoli
- License: mit
- Created: 2020-08-10T17:42:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-14T16:33:41.000Z (over 4 years ago)
- Last Synced: 2024-06-20T16:13:51.625Z (over 1 year ago)
- Topics: go, golang, lsh, lsh-algorithm, lsh-forest, lsh-forrest, search, search-algorithm, searching-algorithms, similarity, similarity-search
- Language: Go
- Homepage:
- Size: 29.3 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# lshforest
Cosine/Simhash LSH Forest in Golang
[](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 :)