| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.algorithm | 
 Algorithms suitable as a task for the  
KDDTask
 main routine. | 
| de.lmu.ifi.dbs.elki.index.preprocessed.knn | 
 Indexes providing KNN and rKNN data. 
 | 
| de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants | 
 R*-Tree and variants 
 | 
| de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu | |
| de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.flat | |
| de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rdknn | |
| de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar | 
| Modifier and Type | Method and Description | 
|---|---|
WritableDataStore<KNNList> | 
KNNJoin.run(SpatialIndexTree<N,E> index,
   DBIDs ids)
Inner run method. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected SpatialIndexTree<N,E> | 
SpatialApproximationMaterializeKNNPreprocessor.getSpatialIndex(Relation<O> relation)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractRStarTree<N extends AbstractRStarTreeNode<N,E>,E extends SpatialEntry,S extends RTreeSettings>
Abstract superclass for index structures based on a R*-Tree. 
 | 
class  | 
NonFlatRStarTree<N extends AbstractRStarTreeNode<N,E>,E extends SpatialEntry,S extends RTreeSettings>
Abstract superclass for all non-flat R*-Tree variants. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DeLiCluTree
DeLiCluTree is a spatial index structure based on an R-Tree. 
 | 
class  | 
DeLiCluTreeIndex<O extends NumberVector>
The common use of the DeLiClu tree: indexing number vectors. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FlatRStarTree
FlatRTree is a spatial index structure based on a R*-Tree but with a flat
 directory. 
 | 
class  | 
FlatRStarTreeIndex<O extends NumberVector>
The common use of the flat rstar tree: indexing number vectors. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RdKNNTree<O extends NumberVector>
RDkNNTree is a spatial index structure based on the concepts of the R*-Tree
 supporting efficient processing of reverse k nearest neighbor queries. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RStarTree
RStarTree is a spatial index structure based on the concepts of the R*-Tree. 
 | 
class  | 
RStarTreeIndex<O extends NumberVector>
The common use of the rstar tree: indexing number vectors. 
 | 
Copyright © 2019 ELKI Development Team. License information.