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, getPrototypeType
getPrototype
private Matrix covarianceMatrix
public void writeToText(TextWriterStream out, String label)
PrototypeModel
TextWriteable
interface.writeToText
in interface TextWriteable
writeToText
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.