iq_readout.classifiers.TwoStateLinearClassifier.params_proj#

Returns the parameters for the projected PDFs, computed from params.

The structure of the output dictionary is:

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