| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.index | 
 Index structure implementations 
 | 
| de.lmu.ifi.dbs.elki.index.distancematrix | 
 Precomputed distance matrix. 
 | 
| de.lmu.ifi.dbs.elki.index.idistance | 
 iDistance is a distance based indexing technique, using a reference points embedding. 
 | 
| de.lmu.ifi.dbs.elki.index.invertedlist | 
 Indexes using inverted lists. 
 | 
| de.lmu.ifi.dbs.elki.index.lsh | 
 Locality Sensitive Hashing 
 | 
| de.lmu.ifi.dbs.elki.index.tree.metrical.covertree | 
 Cover-tree variations. 
 | 
| de.lmu.ifi.dbs.elki.index.tree.spatial.kd | 
 K-d-tree and variants 
 | 
| de.lmu.ifi.dbs.elki.index.vafile | 
 Vector Approximation File 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractRefiningIndex<O>
Abstract base class for Filter-refinement indexes. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PrecomputedSimilarityMatrix<O>
Precomputed similarity matrix, for a small data set. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
InMemoryIDistanceIndex<O>
In-memory iDistance index, a metric indexing method using a reference point
 embedding. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
InMemoryInvertedIndex<V extends NumberVector>
Simple index using inverted lists, for cosine distance only. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
InMemoryLSHIndex.Instance
Instance of a LSH index for a single relation. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractCoverTree<O>
Abstract base class for cover tree variants. 
 | 
class  | 
CoverTree<O>
Cover tree data structure (in-memory). 
 | 
class  | 
SimplifiedCoverTree<O>
Simplified cover tree data structure (in-memory). 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MinimalisticMemoryKDTree<O extends NumberVector>
Simple implementation of a static in-memory K-D-tree. 
 | 
class  | 
SmallMemoryKDTree<O extends NumberVector>
Simple implementation of a static in-memory K-D-tree. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PartialVAFile<V extends NumberVector>
PartialVAFile. 
 | 
class  | 
VAFile<V extends NumberVector>
Vector-approximation file (VAFile)
 
 Reference:
 
 R. 
 | 
Copyright © 2019 ELKI Development Team. License information.