A B C E F G H I K L M N P R S W 
All Classes All Packages

I

initialize() - Method in class elki.index.lsh.InMemoryLSHIndex.Instance
 
InMemoryLSHIndex<V> - Class in elki.index.lsh
Locality Sensitive Hashing.
InMemoryLSHIndex(LocalitySensitiveHashFunctionFamily<? super V>, int, int) - Constructor for class elki.index.lsh.InMemoryLSHIndex
Constructor.
InMemoryLSHIndex.Instance - Class in elki.index.lsh
Instance of a LSH index for a single relation.
InMemoryLSHIndex.Instance.LSHKNNQuery - Class in elki.index.lsh
Class for handling kNN queries against the LSH index.
InMemoryLSHIndex.Instance.LSHRangeQuery - Class in elki.index.lsh
Class for handling kNN queries against the LSH index.
InMemoryLSHIndex.Par<V> - Class in elki.index.lsh
Parameterization class.
Instance(Relation<V>, ArrayList<? extends LocalitySensitiveHashFunction<? super V>>, int) - Constructor for class elki.index.lsh.InMemoryLSHIndex.Instance
Constructor.
instantiate(Relation<V>) - Method in class elki.index.lsh.InMemoryLSHIndex
 
isCompatible(Distance<?>) - Method in class elki.index.lsh.hashfamilies.CosineHashFunctionFamily
 
isCompatible(Distance<?>) - Method in class elki.index.lsh.hashfamilies.EuclideanHashFunctionFamily
 
isCompatible(Distance<?>) - Method in interface elki.index.lsh.hashfamilies.LocalitySensitiveHashFunctionFamily
Check whether the given distance function can be accelerated using this hash family.
isCompatible(Distance<?>) - Method in class elki.index.lsh.hashfamilies.ManhattanHashFunctionFamily
 
iwidth - Variable in class elki.index.lsh.hashfunctions.MultipleProjectionsLocalitySensitiveHashFunction
Scaling factor: inverse of width.
A B C E F G H I K L M N P R S W 
All Classes All Packages