Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vitali-fedulov committed Jan 21, 2022
1 parent bf98761 commit f43deca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit f43deca

Please sign in to comment.