iq_readout.classifiers.TwoStateLinearClassifier.params#

Returns the parameters required to set up the classifier.

The structure of the output dictionary is:

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