//
pkg.gl
Category
github.com/brentp/go-athenaeum
glosh
package
0.0.0-20180711164918-19f838fd53de
Repository:
https://github.com/brentp/go-athenaeum.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
156 SLOC
#
README
Locality Sensitive Hashing (work in progress)
Adapted from:
https://github.com/ozgurdemir/golsh
#
Functions
New
New returns an LSH for the given vectors with n embeddings each using d bits.
#
Structs
LSH
LSH ecompasses the methods for locality sensitive hashing.
Neighbor
Neighbor is returned from `ANN`.
Options
Options for LSH.