Hashing float vectors in N-dimensions
Go to file
Vitali Fedulov bde7d6305a - 2021-12-19 05:10:32 +01:00
LICENSE - 2021-12-19 05:10:32 +01:00
README.md one liner 2021-12-15 05:31:57 +01:00
about.go renaming func 2021-12-19 05:04:50 +01:00
go.mod first commit 2021-10-25 15:50:52 +02:00
hashes.go renaming func 2021-12-19 05:04:50 +01:00
hashes_test.go renaming func 2021-12-19 05:04:50 +01:00
hypercubes.go API update. Fast decimal hash added. 2021-12-19 04:53:51 +01:00
hypercubes_test.go API update. Fast decimal hash added. 2021-12-19 04:53:51 +01:00

README.md

Hashing float vectors in N-dimensions

This is a working beta version. Please fork if you want use it long term, as the API is not finalized yet.

Algorithm

https://vitali-fedulov.github.io/algorithm-for-hashing-high-dimensional-float-vectors.html

How to use

about.go contains a short instruction.