Package | Description |
---|---|
org.openimaj.util.hash.modifier |
Modifier and Type | Class and Description |
---|---|
class |
LSBModifier<O>
HashModifier that extracts the Least Significant Bit of the
underlying hash. |
class |
ModuloModifier<O>
Modify the underlying hash function by applying the modulus to the value.
|