Module hash4j

Interface SimilarityHasher


public interface SimilarityHasher
A hasher that is able to compute hash signatures which can be used for similarity estimations.
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    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

      byte[] compute(ElementHashProvider elementHashProvider)
      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