Package idl.tmt.clusterers

Interface Summary
EMInitializer Interface for EM initialization algorithms.
 

Class Summary
BestKMeansEMInitializer EMInitializer class which runs K-means ten times and initializes the EM model to the cluster centroids of the best K-means result.
EnhancedEM Simple EM (expectation maximisation) class.
RandomInstancesEMInitializer EMInitializer which selects random instances from the input data set as cluster centrs.