| Package | Description |
|---|---|
| be.tarsos.lsh |
Contains the main entry points and data structures to enable an LSH scheme.
|
| Modifier and Type | Method and Description |
|---|---|
static Index |
Index.deserialize(HashFamily family,
int numberOfHashes,
int numberOfHashTables)
Deserializes the hash table from disk.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Index.serialize(Index index)
Serializes the index to disk.
|