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