iq_readout.three_state_classifiers.GaussMixClassifier.params#

Returns the parameters required to set up the classifier.

The structure of the output dictionary is:

{
    0: {"param1": float, ...},
    1: {"param1": float, ...},
    2: {"param1": float, ...},
}