mlpy.stats.models.mixture.StudentMM.predict_proba

StudentMM.predict_proba(x)

Predict posterior probability of data under the model.

Parameters:

x : array_like, shape (size, dim)

Returns:

responsibilities : array_like, shape = (nsamples, ncomponents)

Returns the probability of the sample for each Gaussian (state) in the model.