SimPEG.utils.WeightedGaussianMixture.predict_proba#

WeightedGaussianMixture.predict_proba(X)[source]#

Evaluate the components’ density for 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:
resparray, shape (n_samples, n_components)

Density of each Gaussian component for each sample in X.