BEROutput#

class dataeval.metrics.estimators.BEROutput(ber: float, ber_lower: float)#

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