| Package | Description |
|---|---|
| be.tarsos.lsh.families |
Contains implementations and abstractions for several locality sensitive hash functions and families.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CityBlockHash |
class |
CosineHash |
class |
EuclideanHash |
| Modifier and Type | Method and Description |
|---|---|
HashFunction |
HashFamily.createHashFunction()
Create a new hash function of this family.
|
HashFunction |
CosineHashFamily.createHashFunction() |
HashFunction |
EuclidianHashFamily.createHashFunction() |
HashFunction |
CityBlockHashFamily.createHashFunction() |