SimPEG.utils.WeightedGaussianMixture.score_samples#
- WeightedGaussianMixture.score_samples(X)[source]#
- Compute the log-likelihood of each sample. - Parameters
- Xarray_like ofshape(n_samples,n_features)
- List of n_features-dimensional data points. Each row corresponds to a single data point. 
 
- Xarray_like 
- Returns
- log_probarray,shape(n_samples,)
- Log-likelihood of each sample in X under the current model. 
 
- log_prob