iq_readout.two_state_classifiers.GaussMixLinearClassifier.params#

Returns the parameters required to set up the classifier.

The structure of the output dictionary is:

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