Hashing float vectors in N-dimensions
Go to file
Vitali Fedulov 0d4c3c110c - 2021-12-24 17:53:12 +01:00
LICENSE - 2021-12-19 05:10:32 +01:00
README.md - 2021-12-24 17:53:12 +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 2D clone fixed 2021-12-21 05:55:53 +01:00
hypercubes_test.go 2D clone fixed 2021-12-21 05:55:53 +01:00

README.md

Hashing float vectors in N-dimensions

This is an early beta version.

Algorithm

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

How to use

about.go contains a short instruction.