public interface HashFamily
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
combine(int[] hashes)
Combine a number of hashes generated by members of this hash function
family.
|
DistanceMeasure |
createDistanceMeasure()
Create a new distance measure.
|
HashFunction |
createHashFunction()
Create a new hash function of this family.
|
HashFunction createHashFunction()
java.lang.Integer combine(int[] hashes)
hashes - The raw hashes that need to be combined.DistanceMeasure createDistanceMeasure()