SimPEG.utils.WeightedGaussianMixture.score_samples#

WeightedGaussianMixture.score_samples(X)[source]#

Compute the log-likelihood of each sample.

Parameters:
Xarray_like of shape (n_samples, n_features)

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

Returns:
log_probarray, shape (n_samples,)

Log-likelihood of each sample in X under the current model.