Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Package
de.lmu.ifi.dbs.elki.index.tree

Packages that use de.lmu.ifi.dbs.elki.index.tree
de.lmu.ifi.dbs.elki.algorithm.clustering Clustering algorithms Clustering algorithms are supposed to implement the Algorithm-Interface. 
de.lmu.ifi.dbs.elki.index.tree Tree-based index structures 
de.lmu.ifi.dbs.elki.index.tree.metrical Tree-based index structures for metrical vector spaces. 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants M-Tree and variants. 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees Metrical index structures based on the concepts of the M-Tree supporting processing of reverse k nearest neighbor queries by using the k-nn distances of the entries. 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp MkAppTree 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop MkCoPTree 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkmax MkMaxTree 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mktab MkTabTree 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mtree MTree 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.split Splitting strategies of nodes in an M-Tree (and variants). 
de.lmu.ifi.dbs.elki.index.tree.spatial Tree-based index structures for spatial indexing. 
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants R*-Tree and variants. 
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu DeLiCluTree 
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rdknn RdKNNTree 
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar RStarTree 
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.util Utilities for R*-Tree and variants. 
 

Classes in de.lmu.ifi.dbs.elki.index.tree used by de.lmu.ifi.dbs.elki.algorithm.clustering
TreeIndexPathComponent
          Represents a component in an IndexPath.
 

Classes in de.lmu.ifi.dbs.elki.index.tree used by de.lmu.ifi.dbs.elki.index.tree
AbstractNode
          Abstract superclass for nodes in an tree based index structure.
DistanceEntry
          Helper class: encapsulates an entry in an Index and a distance value belonging to this entry.
Entry
          Defines the requirements for an entry in an index structure.
Node
          This interface defines the common requirements of nodes in an index structure.
TreeIndex
          Abstract super class for all tree based index classes.
TreeIndexHeader
          Encapsulates the header information of a tree like index structure.
TreeIndexPath
          Represents a path to a node in an index structure.
TreeIndexPathComponent
          Represents a component in an IndexPath.
 

Classes in de.lmu.ifi.dbs.elki.index.tree used by de.lmu.ifi.dbs.elki.index.tree.metrical
Entry
          Defines the requirements for an entry in an index structure.
Node
          This interface defines the common requirements of nodes in an index structure.
TreeIndex
          Abstract super class for all tree based index classes.
 

Classes in de.lmu.ifi.dbs.elki.index.tree used by de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants
AbstractEntry
          Abstract superclass for entries in an tree based index structure.
AbstractNode
          Abstract superclass for nodes in an tree based index structure.
DistanceEntry
          Helper class: encapsulates an entry in an Index and a distance value belonging to this entry.
Entry
          Defines the requirements for an entry in an index structure.
Node
          This interface defines the common requirements of nodes in an index structure.
TreeIndex
          Abstract super class for all tree based index classes.
TreeIndexPath
          Represents a path to a node in an index structure.
 

Classes in de.lmu.ifi.dbs.elki.index.tree used by de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees
TreeIndex
          Abstract super class for all tree based index classes.
TreeIndexHeader
          Encapsulates the header information of a tree like index structure.
 

Classes in de.lmu.ifi.dbs.elki.index.tree used by de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp
AbstractEntry
          Abstract superclass for entries in an tree based index structure.
AbstractNode
          Abstract superclass for nodes in an tree based index structure.
Entry
          Defines the requirements for an entry in an index structure.
Node
          This interface defines the common requirements of nodes in an index structure.
TreeIndex
          Abstract super class for all tree based index classes.
 

Classes in de.lmu.ifi.dbs.elki.index.tree used by de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop
AbstractEntry
          Abstract superclass for entries in an tree based index structure.
AbstractNode
          Abstract superclass for nodes in an tree based index structure.
Entry
          Defines the requirements for an entry in an index structure.
Node
          This interface defines the common requirements of nodes in an index structure.
TreeIndex
          Abstract super class for all tree based index classes.
 

Classes in de.lmu.ifi.dbs.elki.index.tree used by de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkmax
AbstractEntry
          Abstract superclass for entries in an tree based index structure.
AbstractNode
          Abstract superclass for nodes in an tree based index structure.
Entry
          Defines the requirements for an entry in an index structure.
Node
          This interface defines the common requirements of nodes in an index structure.
TreeIndex
          Abstract super class for all tree based index classes.
 

Classes in de.lmu.ifi.dbs.elki.index.tree used by de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mktab
AbstractEntry
          Abstract superclass for entries in an tree based index structure.
AbstractNode
          Abstract superclass for nodes in an tree based index structure.
Entry
          Defines the requirements for an entry in an index structure.
Node
          This interface defines the common requirements of nodes in an index structure.
TreeIndex
          Abstract super class for all tree based index classes.
 

Classes in de.lmu.ifi.dbs.elki.index.tree used by de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mtree
AbstractNode
          Abstract superclass for nodes in an tree based index structure.
Node
          This interface defines the common requirements of nodes in an index structure.
TreeIndex
          Abstract super class for all tree based index classes.
 

Classes in de.lmu.ifi.dbs.elki.index.tree used by de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.split
DistanceEntry
          Helper class: encapsulates an entry in an Index and a distance value belonging to this entry.
 

Classes in de.lmu.ifi.dbs.elki.index.tree used by de.lmu.ifi.dbs.elki.index.tree.spatial
AbstractEntry
          Abstract superclass for entries in an tree based index structure.
Entry
          Defines the requirements for an entry in an index structure.
Node
          This interface defines the common requirements of nodes in an index structure.
TreeIndex
          Abstract super class for all tree based index classes.
 

Classes in de.lmu.ifi.dbs.elki.index.tree used by de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants
AbstractNode
          Abstract superclass for nodes in an tree based index structure.
DistanceEntry
          Helper class: encapsulates an entry in an Index and a distance value belonging to this entry.
Node
          This interface defines the common requirements of nodes in an index structure.
TreeIndex
          Abstract super class for all tree based index classes.
TreeIndexPath
          Represents a path to a node in an index structure.
TreeIndexPathComponent
          Represents a component in an IndexPath.
 

Classes in de.lmu.ifi.dbs.elki.index.tree used by de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu
AbstractEntry
          Abstract superclass for entries in an tree based index structure.
AbstractNode
          Abstract superclass for nodes in an tree based index structure.
Entry
          Defines the requirements for an entry in an index structure.
Node
          This interface defines the common requirements of nodes in an index structure.
TreeIndex
          Abstract super class for all tree based index classes.
TreeIndexPathComponent
          Represents a component in an IndexPath.
 

Classes in de.lmu.ifi.dbs.elki.index.tree used by de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rdknn
AbstractEntry
          Abstract superclass for entries in an tree based index structure.
AbstractNode
          Abstract superclass for nodes in an tree based index structure.
Entry
          Defines the requirements for an entry in an index structure.
Node
          This interface defines the common requirements of nodes in an index structure.
TreeIndex
          Abstract super class for all tree based index classes.
TreeIndexHeader
          Encapsulates the header information of a tree like index structure.
 

Classes in de.lmu.ifi.dbs.elki.index.tree used by de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar
AbstractNode
          Abstract superclass for nodes in an tree based index structure.
Node
          This interface defines the common requirements of nodes in an index structure.
TreeIndex
          Abstract super class for all tree based index classes.
 

Classes in de.lmu.ifi.dbs.elki.index.tree used by de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.util
TreeIndexPathComponent
          Represents a component in an IndexPath.
 


Release 0.2 (2009-07-06_1820)