Hashing float vectors in N-dimensions
Go to file
Vitali Fedulov 2cdf3a6a06
Delete NEXT
2021-12-08 02:42:29 +01:00
README.md Update README.md 2021-12-07 21:36:42 +01:00
about.go first commit 2021-10-25 15:50:52 +02:00
buckets.go first commit 2021-10-25 15:50:52 +02:00
buckets_test.go first commit 2021-10-25 15:50:52 +02:00
go.mod first commit 2021-10-25 15:50:52 +02:00
hashes.go func name change 2021-12-04 03:55:16 +01:00
hashes_test.go func name change 2021-12-04 03:55:16 +01:00

README.md

Hashing float vectors in N-dimensions

This is a working beta version.

Algorithm description: https://www.similar.pictures/algorithm-for-hashing-high-dimensional-float-vectors.html

Please fork if you want use it long term, as the API might change soon.

For me TODO: Add example code.

For you: use test files to get an idea. First make buckets as in buckets_test.go, then hash set as in hashes_test.go.