Uses of Interface
idl.tmt.clusterers.EMInitializer

Packages that use EMInitializer
idl.tmt.clusterers   
 

Uses of EMInitializer in idl.tmt.clusterers
 

Classes in idl.tmt.clusterers that implement EMInitializer
 class BestKMeansEMInitializer
          EMInitializer class which runs K-means ten times and initializes the EM model to the cluster centroids of the best K-means result.
 class RandomInstancesEMInitializer
          EMInitializer which selects random instances from the input data set as cluster centrs.
 

Fields in idl.tmt.clusterers declared as EMInitializer
private  EMInitializer EnhancedEM.m_initializer
          Initializer object responsibe for initializing EM model
 

Methods in idl.tmt.clusterers that return EMInitializer
 EMInitializer EnhancedEM.getInitializer()
           
 

Methods in idl.tmt.clusterers with parameters of type EMInitializer
 void EnhancedEM.setInitializer(EMInitializer m_initializer)