Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Interface
de.lmu.ifi.dbs.elki.index.tree.Entry

Packages that use Entry
de.lmu.ifi.dbs.elki.index.tree Package collects variants of tree-based index structures. 
de.lmu.ifi.dbs.elki.index.tree.metrical Package collects metrical tree-based index structures. 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants Package collects variants of the M-Tree. 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkapp Package collects classes for the MkAppTree 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkcop Package collects classes for the MkCoPTree 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkmax Package collects classes for the MkMaxTree 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktab Package collects classes for the MkTabTree 
de.lmu.ifi.dbs.elki.index.tree.spatial Package collects spatial tree-based index structures. 
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 
 

Uses of Entry in de.lmu.ifi.dbs.elki.index.tree
 

Classes in de.lmu.ifi.dbs.elki.index.tree with type parameters of type Entry
 class AbstractNode<N extends AbstractNode<N,E>,E extends Entry>
          Abstract superclass for nodes in an tree based index structure.
 class BreadthFirstEnumeration<O extends DatabaseObject,N extends Node<N,E>,E extends Entry>
          Provides a breadth first enumeration over the nodes of an index structure.
 class DistanceEntry<D extends Distance<D>,E extends Entry>
          Helper class: encapsulates an entry in an Index and a distance value belonging to this entry.
 interface Node<N extends Node<N,E>,E extends Entry>
          This interface defines the common requirements of nodes in an index structure.
 class TreeIndex<O extends DatabaseObject,N extends Node<N,E>,E extends Entry>
          Abstract super class for all tree based index classes.
 class TreeIndexPath<E extends Entry>
          Represents a path to a node in an Index Structure.
 class TreeIndexPathComponent<E extends Entry>
          Represents a component in an IndexPath.
 

Classes in de.lmu.ifi.dbs.elki.index.tree that implement Entry
 class AbstractEntry
          Abstract superclass for entries in an tree based index structure.
 

Fields in de.lmu.ifi.dbs.elki.index.tree declared as Entry
private  E[] AbstractNode.entries
          The entries (children) of this node.
private  E TreeIndexPathComponent.entry
          The entry of the component.
private  E DistanceEntry.entry
          The entry of the Index.
private  E TreeIndex.rootEntry
          The entry representing the root node.
 

Uses of Entry in de.lmu.ifi.dbs.elki.index.tree.metrical
 

Subinterfaces of Entry in de.lmu.ifi.dbs.elki.index.tree.metrical
 interface MetricalEntry
          Defines the requirements for an entry in a node of a Metrical Index.
 

Uses of Entry in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants
 

Subinterfaces of Entry in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants
 interface MTreeEntry<D extends Distance<D>>
          Defines the requirements for an entry in an M-Tree node.
 

Classes in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants that implement Entry
 class MTreeDirectoryEntry<D extends Distance<D>>
          Represents an entry in a directory node of an M-Tree.
 class MTreeLeafEntry<D extends Distance<D>>
          Represents an entry in a leaf node of an M-Tree.
 

Uses of Entry in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkapp
 

Subinterfaces of Entry in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkapp
(package private)  interface MkAppEntry<D extends NumberDistance<D>>
          Defines the requirements for an entry in an MkCop-Tree node.
 

Classes in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkapp that implement Entry
(package private)  class MkAppDirectoryEntry<D extends NumberDistance<D>>
          Represents an entry in a directory node of a MkApp-Tree.
(package private)  class MkAppLeafEntry<D extends NumberDistance<D>>
          Represents an entry in a leaf node of a MkApp-Tree.
 

Uses of Entry in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkcop
 

Subinterfaces of Entry in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkcop
(package private)  interface MkCoPEntry<D extends NumberDistance<D>>
          Defines the requirements for an entry in an MkCop-Tree node.
 

Classes in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkcop that implement Entry
(package private)  class MkCoPDirectoryEntry<D extends NumberDistance<D>>
          Represents an entry in a directory node of an MkCop-Tree.
(package private)  class MkCoPLeafEntry<D extends NumberDistance<D>>
          Represents an entry in a leaf node of a MkCoP-Tree.
 

Uses of Entry in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkmax
 

Subinterfaces of Entry in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkmax
(package private)  interface MkMaxEntry<D extends Distance<D>>
          Defines the requirements for an entry in an MkMax-Tree node.
 

Classes in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkmax that implement Entry
(package private)  class MkMaxDirectoryEntry<D extends Distance<D>>
          Represents an entry in a directory node of an MkMax-Tree.
(package private)  class MkMaxLeafEntry<D extends Distance<D>>
          Represents an entry in a leaf node of a MkMax-Tree.
 

Uses of Entry in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktab
 

Subinterfaces of Entry in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktab
(package private)  interface MkTabEntry<D extends Distance<D>>
          Defines the requirements for an entry in an MkCop-Tree node.
 

Classes in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktab that implement Entry
(package private)  class MkTabDirectoryEntry<D extends Distance<D>>
          Represents an entry in a directory node of a MkTab-Tree.
(package private)  class MkTabLeafEntry<D extends Distance<D>>
          Represents an entry in a leaf node of a MkTab-Tree.
 

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

Subinterfaces of Entry in de.lmu.ifi.dbs.elki.index.tree.spatial
 interface SpatialEntry
          Defines the requirements for an entry in a node of a Spatial Index.
 

Classes in de.lmu.ifi.dbs.elki.index.tree.spatial that implement Entry
 class SpatialDirectoryEntry
          Represents an entry in a directory node of a spatial index.
 class SpatialLeafEntry
          Represents an entry in a leaf node of a spatial index.
 

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

Subinterfaces of Entry in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu
 interface DeLiCluEntry
          Defines the requirements for an entry in an DeLiClu-Tree node.
 

Classes in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu that implement Entry
 class DeLiCluDirectoryEntry
          Defines the requirements for a directory entry in an DeLiClu-Tree node.
 class DeLiCluLeafEntry
          Defines the requirements for a leaf entry in an DeLiClu-Tree node.
 

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

Subinterfaces of Entry in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rdknn
(package private)  interface RdKNNEntry<D extends NumberDistance<D>>
          Defines the requirements for an entry in an RdKNN-Tree node.
 

Classes in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rdknn that implement Entry
 class RdKNNDirectoryEntry<D extends NumberDistance<D>>
          Represents an entry in a directory node of an RdKNN-Tree.
 class RdKNNLeafEntry<D extends NumberDistance<D>>
          Represents an entry in a leaf node of an RdKNN-Tree.
 


Release 0.1 (2008-07-10_1838)