https://github.com/brentp/lsh
Locality Sensitive Hashing for Go (Multi-probe LSH, LSH Forest, basic LSH)
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.2%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Locality Sensitive Hashing for Go (Multi-probe LSH, LSH Forest, basic LSH)
Basic Info
Statistics
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
- Releases: 0
Fork of ekzhu/lsh
Created about 9 years ago
· Last pushed about 9 years ago
https://github.com/brentp/lsh/blob/master/
# LSH for Go [](https://travis-ci.org/ekzhu/lsh) [](https://godoc.org/github.com/ekzhu/lsh) [](https://zenodo.org/badge/latestdoi/50131034) [Documentation](https://godoc.org/github.com/ekzhu/lsh) Install: `go get github.com/ekzhu/lsh` This library includes various Locality Sensitive Hashing (LSH) algorithms for the approximate nearest neighbour search problem in L2 metric space. The family of LSH functions for L2 is the work of [Mayur Datar et.al.](http://www.cs.princeton.edu/courses/archive/spr05/cos598E/bib/p253-datar.pdf) Currently includes: * [Basic LSH](http://www.vldb.org/conf/1999/P49.pdf) * [Multi-probe LSH](http://www.cs.princeton.edu/cass/papers/mplsh_vldb07.pdf) * [LSH Forest](http://infolab.stanford.edu/~bawa/Pub/similarity.pdf)
Owner
- Name: Brent Pedersen
- Login: brentp
- Kind: user
- Location: Oregon, USA
- Twitter: brent_p
- Repositories: 220
- Profile: https://github.com/brentp
Doing genomics