Package | Description |
---|---|
org.openimaj.lsh.composition | |
org.openimaj.util.hash.composition |
Modifier and Type | Class and Description |
---|---|
class |
PolyHashComposition<OBJECT>
HashComposition that uses a polynomial function to combine the
individual hashes. |
class |
RandomProjectionHashComposition<OBJECT>
Compose a set of hash functions by computing the dot product of the hashes
they produce with a random vector.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleComposition<OBJECT>
Simple composition function.
|