Hashing float vectors in N-dimensions
Go to file
Vitali Fedulov 79a4252757 major changes and fixes 2021-12-20 21:43:47 +01:00
LICENSE - 2021-12-19 05:10:32 +01:00
README.md major changes and fixes 2021-12-20 21:43:47 +01:00
about.go major changes and fixes 2021-12-20 21:43:47 +01:00
go.mod first commit 2021-10-25 15:50:52 +02:00
hashes.go simplified Decimal 2021-12-20 00:35:32 +01:00
hashes_test.go simplified Decimal 2021-12-20 00:35:32 +01:00
hypercubes.go major changes and fixes 2021-12-20 21:43:47 +01:00
hypercubes_test.go major changes and fixes 2021-12-20 21:43:47 +01:00

README.md

Hashing float vectors in N-dimensions

UNDER CONSTRUCTION: still there are some bugs. Should be ready within a few days.

Algorithm

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

How to use

about.go contains a short instruction.