Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

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

Tree-based index structures


Release 0.3 (2010-03-31_1612)