SimPEG.utils.WeightedGaussianMixture.predict#
- WeightedGaussianMixture.predict(X)[source]#
- Predict the labels for the data samples in X using trained model. - 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
- labelsarray,shape(n_samples,)
- Component labels. 
 
- labels