Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Interface
de.lmu.ifi.dbs.elki.utilities.Enumeratable

Packages that use Enumeratable
de.lmu.ifi.dbs.elki.algorithm.result.clustering Package to collect result classes for the results of clustering algorithms. 
de.lmu.ifi.dbs.elki.utilities Package collects various classes and methods of global utility. 
 

Uses of Enumeratable in de.lmu.ifi.dbs.elki.algorithm.result.clustering
 

Classes in de.lmu.ifi.dbs.elki.algorithm.result.clustering that implement Enumeratable
 class HierarchicalAxesParallelCorrelationCluster
          Provides a hierarchical axes parallel correlation cluster that holds the preference vector of this cluster, the ids of the objects belonging to this cluster and the children and parents of this cluster.
 class HierarchicalCASHCluster
          Provides a hierarchical correlation in an arbitrary subspace which is determined by the CASH algorithm that holds the interval of angles, the ids of the objects belonging to this cluster and the children and parents of this cluster.
 class HierarchicalCluster<C extends HierarchicalCluster<C>>
          Abstract super class for a hierarchical cluster that holds the ids of the objects belonging to this cluster and the children and parents of this cluster.
 class HierarchicalCorrelationCluster<V extends RealVector<V,?>>
          Provides a hierarchical correlation cluster in an arbitrary subspace that holds the PCA, the ids of the objects belonging to this cluster and the children and parents of this cluster.
 

Uses of Enumeratable in de.lmu.ifi.dbs.elki.utilities
 

Classes in de.lmu.ifi.dbs.elki.utilities with type parameters of type Enumeratable
 class BreadthFirstEnumeration<E extends Enumeratable<E>>
          Provides a breadth first enumeration over enumeratable objects.
 interface Enumeratable<E extends Enumeratable<E>>
          Defines the requirements for an enumeratable object, i.e. an object which allows to enumerate over its children (e.g. a node in a tree).
 


Release 0.1 (2008-07-10_1838)