Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Interface
de.lmu.ifi.dbs.elki.data.cluster.HierarchyInterface

Packages that use HierarchyInterface
de.lmu.ifi.dbs.elki.data.cluster Cluster classes. 
 

Uses of HierarchyInterface in de.lmu.ifi.dbs.elki.data.cluster
 

Classes in de.lmu.ifi.dbs.elki.data.cluster with type parameters of type HierarchyInterface
 interface HierarchyImplementation<C extends HierarchyInterface<C>>
          Hierarchy abstraction layer.
 class SimpleHierarchy<C extends HierarchyInterface<C>>
          Hierarchy implementation with a per-object representation.
 

Classes in de.lmu.ifi.dbs.elki.data.cluster that implement HierarchyInterface
 class Cluster<M extends Model>
          Generic cluster class, that may or not have hierarchical information.
 

Fields in de.lmu.ifi.dbs.elki.data.cluster declared as HierarchyInterface
private  C SimpleHierarchy.owner
          Owner
 


Release 0.3 (2010-03-31_1612)