
public class EMModel extends MeanModel
| Modifier and Type | Field and Description |
|---|---|
private Matrix |
covarianceMatrix
Cluster covariance matrix
|
prototype| Constructor and Description |
|---|
EMModel(Vector mean,
Matrix covarianceMatrix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Matrix |
getCovarianceMatrix() |
void |
setCovarianceMatrix(Matrix covarianceMatrix) |
void |
writeToText(TextWriterStream out,
String label)
Implementation of
TextWriteable interface. |
getMean, getPrototypeTypegetPrototypeprivate Matrix covarianceMatrix
public void writeToText(TextWriterStream out, String label)
PrototypeModelTextWriteable interface.writeToText in interface TextWriteablewriteToText in class PrototypeModel<Vector>out - Output steamlabel - Optional label to prefixpublic Matrix getCovarianceMatrix()
public void setCovarianceMatrix(Matrix covarianceMatrix)
covarianceMatrix - covariance matrixCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.