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