| Package | Description |
|---|---|
| be.tarsos.lsh |
Contains the main entry points and data structures to enable an LSH scheme.
|
| be.tarsos.lsh.families |
Contains implementations and abstractions for several locality sensitive hash functions and families.
|
| Class and Description |
|---|
| DistanceMeasure
A distance measure defines how distance is calculated, measured as it were, between two vectors.
|
| HashFamily
An interface representing a family of hash functions.
|
| Class and Description |
|---|
| DistanceMeasure
A distance measure defines how distance is calculated, measured as it were, between two vectors.
|
| HashFamily
An interface representing a family of hash functions.
|
| HashFunction
A hash function can hash a vector of arbitrary dimensions to an integer
representation.
|