simpeg.utils.GaussianMixtureWithPrior.predict#
- GaussianMixtureWithPrior.predict(X)[source]#
Predict the labels for the data samples in X using trained model.
- Parameters:
- Xarray_like
of
shape
(n_samples
,n_features
) List of n_features-dimensional data points. Each row corresponds to a single data point.
- Xarray_like
- Returns:
- labels
array
,shape
(n_samples,) Component labels.
- labels