pbabbicola / lsh

Locality Sensitive Hashing for Go (Multi-probe LSH, LSH Forest, basic LSH)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LSH for Go

Build Status GoDoc DOI

Documentation

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.

Currently includes:

About

Locality Sensitive Hashing for Go (Multi-probe LSH, LSH Forest, basic LSH)

License:MIT License


Languages

Language:Go 100.0%