Update README.md

master v1.0.3
Vitali Fedulov 2022-07-07 03:14:01 +02:00 committed by GitHub
parent 1040b4f3a9
commit fc910b3659
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Each vestor is discretized into a set of hashes, as described [here](https://vit
Usage sequence:
1) CubeSet or CentralCube, depending which one is used for a database record and which one for a query.
2) HashSet and DecimalHash to get corresponding hash set and central hash from results of (2). If DecimalHash is not suitable because of very large number of buckets or dimensions, use FNV1aHash to get both the hash set and the central hash).
2) HashSet and DecimalHash to get corresponding hash set and central hash from results of (1). If DecimalHash is not suitable because of very large number of buckets or dimensions, use FNV1aHash to get both the hash set and the central hash).
[Example](https://github.com/vitali-fedulov/images3/blob/master/hashes.go) of usage for image comparison.