|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HashFamily
An interface representing a family of hash functions. A hash family has the ability to generate a new member of the family, and can combine hashes generated by a family of hash functions.
Method Summary | |
---|---|
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. |
Method Detail |
---|
HashFunction createHashFunction()
java.lang.Integer combine(int[] hashes)
hashes
- The raw hashes that need to be combined.
DistanceMeasure createDistanceMeasure()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |