From fc910b3659420979ba91560cef8c79eba69f0214 Mon Sep 17 00:00:00 2001 From: Vitali Fedulov Date: Thu, 7 Jul 2022 03:14:01 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd618a1..a19ecca 100644 --- a/README.md +++ b/README.md @@ -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.