Uses of Class
de.lmu.ifi.dbs.elki.algorithm.clustering.EM

Packages that use EM
de.lmu.ifi.dbs.elki.algorithm.clustering Clustering algorithms Clustering algorithms are supposed to implement the Algorithm-Interface. 
de.lmu.ifi.dbs.elki.algorithm.outlier Outlier detection algorithms 
 

Uses of EM in de.lmu.ifi.dbs.elki.algorithm.clustering
 

Methods in de.lmu.ifi.dbs.elki.algorithm.clustering that return EM
protected  EM<V> EM.Parameterizer.makeInstance()
           
 

Uses of EM in de.lmu.ifi.dbs.elki.algorithm.outlier
 

Fields in de.lmu.ifi.dbs.elki.algorithm.outlier declared as EM
protected  EM<V> EMOutlier.Parameterizer.em
           
private  EM<V> EMOutlier.emClustering
          Inner algorithm.
 

Constructors in de.lmu.ifi.dbs.elki.algorithm.outlier with parameters of type EM
EMOutlier(EM<V> emClustering)
          Constructor with an existing em clustering algorithm.
 


Release 0.4.0 (2011-09-20_1324)