Uses of Interface
idl.tmt.representation.SoftClustering

Packages that use SoftClustering
idl.tmt.classification   
idl.tmt.representation   
idl.tmt.util   
 

Uses of SoftClustering in idl.tmt.classification
 

Fields in idl.tmt.classification declared as SoftClustering
private  SoftClustering SoftClusteringClassification.clustering
           
 

Methods in idl.tmt.classification with parameters of type SoftClustering
 void SoftClusteringClassification.setClustering(SoftClustering c)
           
 

Uses of SoftClustering in idl.tmt.representation
 

Classes in idl.tmt.representation that implement SoftClustering
 class DensityBasedClustering
          Created on Apr 14, 2004
 

Constructors in idl.tmt.representation with parameters of type SoftClustering
GenericHardClustering(SoftClustering softCl, IndexedCollection collection)
           
 

Uses of SoftClustering in idl.tmt.util
 

Fields in idl.tmt.util declared as SoftClustering
(package private)  SoftClustering HTMLOutputUtil.softC
           
 

Constructors in idl.tmt.util with parameters of type SoftClustering
HTMLOutputUtil(IndexedCollection i, SoftClustering clustering, java.lang.String p, java.lang.String outputDir)