Hashing float vectors in N-dimensions
Go to file
Vitali Fedulov c25dac7e67 Merge branch 'master' of github.com:vitali-fedulov/hyper 2021-12-15 05:23:37 +01:00
README.md Merge branch 'master' of github.com:vitali-fedulov/hyper 2021-12-15 05:23:37 +01:00
about.go Hash selection for database is incorrect #1 2021-12-15 05:21:55 +01:00
go.mod first commit 2021-10-25 15:50:52 +02:00
hashes.go Hash selection for database is incorrect #1 2021-12-15 05:21:55 +01:00
hashes_test.go Hash selection for database is incorrect #1 2021-12-15 05:21:55 +01:00
hypercubes.go Hash selection for database is incorrect #1 2021-12-15 05:21:55 +01:00
hypercubes_test.go Hash selection for database is incorrect #1 2021-12-15 05:21:55 +01:00

README.md

Hashing float vectors in N-dimensions

This is a working 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.

Please fork if you want use it long term, as the API is not finalized yet.

TODO

Add an example, for example related to package "images".