Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.AbstractRStarTreeNode

Packages that use AbstractRStarTreeNode
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants Package collects variants of the R*-Tree. 
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu Package collects classes for the DeLiCluTree 
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rdknn Package collects classes for the RdKNNTree 
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar Package collects classes for the RStarTree 
 

Uses of AbstractRStarTreeNode in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants
 

Classes in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants with type parameters of type AbstractRStarTreeNode
 class AbstractRStarTree<O extends NumberVector<O,?>,N extends AbstractRStarTreeNode<N,E>,E extends SpatialEntry>
          Abstract superclass for index structures based on a R*-Tree.
 class AbstractRStarTreeNode<N extends AbstractRStarTreeNode<N,E>,E extends SpatialEntry>
          Abstract superclass for nodes in a R*-Tree.
 class NonFlatRStarTree<O extends NumberVector<O,?>,N extends AbstractRStarTreeNode<N,E>,E extends SpatialEntry>
          Abstract superclass for all non-flat R*-Tree variants.
 

Uses of AbstractRStarTreeNode in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu
 

Subclasses of AbstractRStarTreeNode in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu
 class DeLiCluNode
          Represents a node in a DeLiClu-Tree.
 

Uses of AbstractRStarTreeNode in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rdknn
 

Subclasses of AbstractRStarTreeNode in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rdknn
 class RdKNNNode<D extends NumberDistance<D>>
          Represents a node in a RDkNN-Tree.
 

Uses of AbstractRStarTreeNode in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar
 

Subclasses of AbstractRStarTreeNode in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar
 class RStarTreeNode
          Represents a node in an R*-Tree.
 


Release 0.1 (2008-07-10_1838)