Uses of Interface
idl.tmt.representation.HardClustering

Packages that use HardClustering
idl.tmt.representation   
idl.tmt.util   
 

Uses of HardClustering in idl.tmt.representation
 

Classes in idl.tmt.representation that implement HardClustering
 class GenericHardClustering
          A generic hard clustering that can be built from a soft clustering.
 

Fields in idl.tmt.representation declared as HardClustering
private  HardClustering DensityBasedClustering.hardCl
           
 

Methods in idl.tmt.representation that return HardClustering
 HardClustering DensityBasedClustering.toHardClustering()
          Converts this soft clustering to a hard clustering.
 HardClustering SoftClustering.toHardClustering()
           
 

Uses of HardClustering in idl.tmt.util
 

Fields in idl.tmt.util declared as HardClustering
(package private)  HardClustering HTMLOutputUtil.hardC
           
 

Methods in idl.tmt.util with parameters of type HardClustering
private  void LogOddsUtil.calculateNumDocsWithTerm(HardClustering clustering)
           
private  void TermFrequencyUtil.calculateNumDocsWithTerm(HardClustering clustering)
           
 

Constructors in idl.tmt.util with parameters of type HardClustering
LogOddsUtil(IndexedCollection collection, HardClustering clustering)
           
TermFrequencyUtil(IndexedCollection collection, HardClustering clustering)