MATLAB File Help: cv.EM/trainE Index
cv.EM/trainE

Estimate the Gaussian mixture parameters from a samples set, starting from the Expectation step

[logLikelihoods, labels, probs] = model.trainE(samples, means0)
[...] = model.trainE(..., 'OptionName', optionValue, ...)

Input

Output

Options

This variation starts with Expectation step. You need to provide initial means a_k of mixture components. Optionally you can pass initial weights PI_k and covariance matrices S_k of mixture components.

See also
Method Details
Access public
Sealed false
Static false