2021-12-11 22:48:32 +01:00
2021-10-25 15:50:52 +02:00
2021-10-25 15:50:52 +02:00
2021-10-25 15:50:52 +02:00
2021-10-25 15:50:52 +02:00
2021-12-04 03:55:16 +01:00
2021-12-04 03:55:16 +01:00
2021-12-11 22:48:32 +01:00

Hashing float vectors in N-dimensions

This is a working beta version, but now there is an issue https://github.com/vitali-fedulov/hyper/issues/1

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.

Description
Hashing float vectors in N-dimensions
Readme MIT 72 KiB
Languages
Go 100%