curvefit.solvers.solvers.GaussianMixturesIntegration
GaussianMixturesIntegration Solver
The solver that is used to find the linear combination of Gaussian atoms built on top of one core model instance.
Arguments
gm_model (curvefit.models.gaussian_mixtures.GaussianMixtures)
: some a model instance of a gaussian mixture model
See CompositeSolver
for more arguments and methods.