Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

Package collects variants of tree-based index structures.

See:
          Description

Interface Summary
Entry Defines the requirements for an entry in an index structure.
Node<N extends Node<N,E>,E extends Entry> This interface defines the common requirements of nodes in an index structure.
 

Class Summary
AbstractEntry Abstract superclass for entries in an tree based index structure.
AbstractNode<N extends AbstractNode<N,E>,E extends Entry> Abstract superclass for nodes in an tree based index structure.
BreadthFirstEnumeration<O extends DatabaseObject,N extends Node<N,E>,E extends Entry> Provides a breadth first enumeration over the nodes of an index structure.
DistanceEntry<D extends Distance<D>,E extends Entry> Helper class: encapsulates an entry in an Index and a distance value belonging to this entry.
TreeIndex<O extends DatabaseObject,N extends Node<N,E>,E extends Entry> Abstract super class for all tree based index classes.
TreeIndexHeader Encapsulates the header information of a tree like index structure.
TreeIndexPath<E extends Entry> Represents a path to a node in an Index Structure.
TreeIndexPathComponent<E extends Entry> Represents a component in an IndexPath.
 

Package de.lmu.ifi.dbs.elki.index.tree Description

Package collects variants of tree-based index structures.


Release 0.1 (2008-07-10_1838)