mlpy.stats.models.mixture.MixtureModel.score

MixtureModel.score(x, y=None)[source]

Compute the log probability under the model.

Parameters:

x : array_like, shape (size, dim)

List of dim-dimensional data points. Each row corresponds to a single data point.

y : Not used.

Returns:

logp : array_like, shape (size,)

Log probabilities of each data point in x.