NoiseLearnerResult
class NoiseLearnerResult(data, metadata=None)
Bases: object
A container for the results of a noise learner experiment.
Parameters
- data (Sequence[LayerError]) – The data of a noise learner experiment.
- metadata (dict[str, Any] | None) – Metadata that is common to all pub results; metadata specific to particular pubs should be placed in their metadata fields. Keys are expected to be strings.
Attributes
data
The data of this noise learner result.
metadata
The metadata of this noise learner result.
Methods
__getitem__
__len__
Was this page helpful?
Report a bug, typo, or request content on GitHub.