Package | Description |
---|---|
org.openimaj.ml.gmm |
Modifier and Type | Method and Description |
---|---|
GaussianMixtureModelEM |
GaussianMixtureModelEM.clone() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
GaussianMixtureModelEM.CovarianceType.mstep(GaussianMixtureModelEM.EMGMM gmm,
GaussianMixtureModelEM learner,
Jama.Matrix X,
Jama.Matrix responsibilities,
Jama.Matrix weightedXsum,
double[] inverseWeights)
Mode specific maximisation-step.
|