Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.algorithm.result.clustering.HierarchicalCluster

Packages that use HierarchicalCluster
de.lmu.ifi.dbs.elki.algorithm.result.clustering Package to collect result classes for the results of clustering algorithms. 
 

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

Classes in de.lmu.ifi.dbs.elki.algorithm.result.clustering with type parameters of type HierarchicalCluster
 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 HierarchicalClusters<C extends HierarchicalCluster<C>,O extends DatabaseObject>
          Provides a result of a clustering algorithm that computes hierarchical clusters.
 

Subclasses of HierarchicalCluster in de.lmu.ifi.dbs.elki.algorithm.result.clustering
 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 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.
 


Release 0.1 (2008-07-10_1838)