public abstract class IntHashFunctionFactory extends RandomisedHashFunctionFactory<int[]>
RandomisedHashFunction
for producing hash functions
seeded by random numbers.ndims, rng
Modifier | Constructor and Description |
---|---|
protected |
IntHashFunctionFactory(int ndims,
cern.jet.random.engine.MersenneTwister rng) |
Modifier and Type | Method and Description |
---|---|
DistanceComparator<int[]> |
distanceFunction() |
protected abstract IntFVComparison |
fvDistanceFunction() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create
protected IntHashFunctionFactory(int ndims, cern.jet.random.engine.MersenneTwister rng)
protected abstract IntFVComparison fvDistanceFunction()
public final DistanceComparator<int[]> distanceFunction()
distanceFunction
in class RandomisedHashFunctionFactory<int[]>