master v1.0.1
Vitali Fedulov 2022-01-21 06:25:21 +01:00
parent bf98761656
commit f43deca19e
1 changed files with 2 additions and 0 deletions

View File

@ -7,3 +7,5 @@ Package functions discretize a vector and generate a set of hashes, as described
To use the package follow the sequence of functions/methods:
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).
[Example](https://github.com/vitali-fedulov/images3/blob/master/hashes.go) of usage for image comparison.