iq_readout.classifiers.ThreeStateClassifier.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, ...},
}