dataeval.outputs.BEROutput

class dataeval.outputs.BEROutput

Output class for ber() estimator metric.

ber

The upper bounds of the Bayes error rate

Type:

float

ber_lower

The lower bounds of the Bayes Error Rate

Type:

float

data()

The output data as a dictionary.

Return type:

dict[str, Any]

meta()

Metadata about the execution of the function or method for the Output class.

Return type:

ExecutionMetadata