master v1.0.2
Vitali Fedulov 2022-05-12 01:22:15 +02:00 committed by GitHub
parent 2f83399465
commit 1040b4f3a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Search nearest neighbour vectors in n-dimensional space with hashes. There are no dependencies in this package.
Each vestor is discretized into a set of hashes, as described [here](https://vitali-fedulov.github.io/algorithm-for-hashing-high-dimensional-float-vectors.html) (also as [PDF](https://github.com/vitali-fedulov/research/blob/main/Algorithm%20for%20hashing%20float%20vectors.pdf)).
Each vestor is discretized into a set of hashes, as described [here](https://vitali-fedulov.github.io/similar.pictures/algorithm-for-hashing-high-dimensional-float-vectors.html) (also as [PDF](https://github.com/vitali-fedulov/research/blob/main/Algorithm%20for%20hashing%20float%20vectors.pdf)).
Usage sequence:
1) CubeSet or CentralCube, depending which one is used for a database record and which one for a query.