Package | Description |
---|---|
org.openimaj.lsh.functions |
Modifier and Type | Class and Description |
---|---|
class |
DoubleCauchyFactory
A hash function factory for producing hash functions that use a Cauchy
distribution to approximate L1 distance.
|
class |
DoubleGaussianFactory
A hash function factory for producing hash functions using Gaussian
distributions to approximate the Euclidean distance.
|
class |
DoubleHammingFactory
A hash function factory for producing hash functions that approximate the
Hamming distance.
|
class |
DoubleHyperplaneCosineFactory
A hash function factory that produces hash functions that approximate cosine
distance using hyperplanes.
|
class |
DoubleHyperplaneL1Factory
A hash function factory that produces hash functions that approximate L1
(city-block) distance in closed spaces using random axis-aligned hyperplanes.
|
class |
DoublePStableFactory
Base class for hashing schemes based on P-Stable distributions.
|