| MATLAB File Help: cv.EM/trainM | Index |
Estimate the Gaussian mixture parameters from a samples set, starting from the Maximization step
[logLikelihoods, labels, probs] = model.trainM(samples, probs0)
double
type it will be converted to the inner matrix of such type
for the further computing.p_{i,k} of sample i to
belong to mixture component k. It is a one-channel
floating-point matrix of nsamples-by-ClustersNumber
size.This variation starts with Maximization step. You need to
provide initial probabilities p_{i,k} to use this option.
| Access | public |
| Sealed | false |
| Static | false |