| Package | Description |
|---|---|
| org.openimaj.lsh.functions |
| Class and Description |
|---|
| ByteHashFunction
Base
RandomisedHashFunction for hashing byte arrays. |
| ByteHashFunctionFactory
Base
RandomisedHashFunction for producing hash functions
seeded by random numbers. |
| BytePStableFactory
Base class for hashing schemes based on P-Stable distributions.
|
| DoubleHashFunction
Base
RandomisedHashFunction for hashing double arrays. |
| DoubleHashFunctionFactory
Base
RandomisedHashFunction for producing hash functions
seeded by random numbers. |
| DoublePStableFactory
Base class for hashing schemes based on P-Stable distributions.
|
| FloatHashFunction
Base
RandomisedHashFunction for hashing float arrays. |
| FloatHashFunctionFactory
Base
RandomisedHashFunction for producing hash functions
seeded by random numbers. |
| FloatPStableFactory
Base class for hashing schemes based on P-Stable distributions.
|
| IntHashFunction
Base
RandomisedHashFunction for hashing int arrays. |
| IntHashFunctionFactory
Base
RandomisedHashFunction for producing hash functions
seeded by random numbers. |
| IntPStableFactory
Base class for hashing schemes based on P-Stable distributions.
|
| LongHashFunction
Base
RandomisedHashFunction for hashing long arrays. |
| LongHashFunctionFactory
Base
RandomisedHashFunction for producing hash functions
seeded by random numbers. |
| LongPStableFactory
Base class for hashing schemes based on P-Stable distributions.
|
| RandomisedHashFunction
A randomised hash function
|
| RandomisedHashFunctionFactory
A factory for producing
RandomisedHashFunctions. |
| ShortHashFunction
Base
RandomisedHashFunction for hashing short arrays. |
| ShortHashFunctionFactory
Base
RandomisedHashFunction for producing hash functions
seeded by random numbers. |
| ShortPStableFactory
Base class for hashing schemes based on P-Stable distributions.
|