public class EuclidianHashFamily extends java.lang.Object implements HashFamily
| Constructor and Description |
|---|
EuclidianHashFamily(int w,
int dimensions) |
| 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.
|
public HashFunction createHashFunction()
HashFamilycreateHashFunction in interface HashFamilypublic java.lang.Integer combine(int[] hashes)
HashFamilycombine in interface HashFamilyhashes - The raw hashes that need to be combined.public DistanceMeasure createDistanceMeasure()
HashFamilycreateDistanceMeasure in interface HashFamily