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