qiskit.ignis.measurement.QuadraticIQDiscriminator.add_data¶
- QuadraticIQDiscriminator.add_data(result, expected_states, refit=True, schedules=None)¶
- প্যারামিটার
result (
Result
) -- a Result containing new data to be used to train the discriminator.expected_states (
List
[str
]) -- the expected states of the results in result.refit (
bool
) -- refit the discriminator if True.schedules (
Union
[List
[str
],List
[Schedule
],None
]) -- The schedules or a subset of schedules in cal_results used to train the discriminator. The user may also pass the name of the schedules instead of the schedules. If schedules is None, then all the schedules in cal_results are used.