Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.data.model.EMModel

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

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

Fields in de.lmu.ifi.dbs.elki.algorithm.clustering with type parameters of type EMModel
private  Clustering<EMModel<V>> EM.result
          Keeps the result.
 

Methods in de.lmu.ifi.dbs.elki.algorithm.clustering that return types with arguments of type EMModel
 Clustering<EMModel<V>> EM.getResult()
           
protected  Clustering<EMModel<V>> EM.runInTime(Database<V> database)
          Performs the EM clustering algorithm on the given database.
 


Release 0.2.1 (2009-07-13_1605)