package
0.0.0-20180711164918-19f838fd53de
Repository: https://github.com/brentp/go-athenaeum.git
Documentation: pkg.go.dev

# README

Locality Sensitive Hashing (work in progress)

Adapted from: https://github.com/ozgurdemir/golsh

GoDoc

# Functions

New returns an LSH for the given vectors with n embeddings each using d bits.

# Structs

LSH ecompasses the methods for locality sensitive hashing.
Neighbor is returned from `ANN`.
Options for LSH.