public interface SimilarityHasher
A hasher that is able to compute hash signatures which can be used for similarity estimations.
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]compute(ElementHashProvider elementHashProvider) Computes a hash signature for a given collection of 64-bit element hash values provided by the given element hash provider.
-
Method Details
-
compute
Computes a hash signature for a given collection of 64-bit element hash values provided by the given element hash provider.- Parameters:
elementHashProvider- the element hash provider- Returns:
- the hash signature
-