simpeg.utils.GaussianMixtureWithNonlinearRelationships.set_params#
- GaussianMixtureWithNonlinearRelationships.set_params(**params)[source]#
Set the parameters of this estimator.
The method works on simple estimators as well as on nested objects (such as
Pipeline). The latter have parameters of the form<component>__<parameter>so that it’s possible to update each component of a nested object.- Parameters:
- **params
dict Estimator parameters.
- **params
- Returns:
- self
estimatorinstance Estimator instance.
- self