| Package | Description |
|---|---|
| de.lmu.ifi.dbs.elki.index.lsh |
Locality Sensitive Hashing
|
| de.lmu.ifi.dbs.elki.index.lsh.hashfamilies |
Hash function families for LSH.
|
| de.lmu.ifi.dbs.elki.index.lsh.hashfunctions |
Hash functions for LSH
|
| Modifier and Type | Field and Description |
|---|---|
(package private) ArrayList<? extends LocalitySensitiveHashFunction<? super V>> |
InMemoryLSHIndex.Instance.hashfunctions
Hash functions to use.
|
| Constructor and Description |
|---|
InMemoryLSHIndex.Instance(Relation<V> relation,
ArrayList<? extends LocalitySensitiveHashFunction<? super V>> hashfunctions,
int numberOfBuckets)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<? extends LocalitySensitiveHashFunction<? super NumberVector<?>>> |
AbstractHashFunctionFamily.generateHashFunctions(Relation<? extends NumberVector<?>> relation,
int l) |
ArrayList<? extends LocalitySensitiveHashFunction<? super V>> |
LocalitySensitiveHashFunctionFamily.generateHashFunctions(Relation<? extends V> relation,
int k)
Generate hash functions for the given relation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultipleProjectionsLocalitySensitiveHashFunction
LSH hash function for vector space data.
|