dataeval.metrics.estimators.BEROutput¶ class dataeval.metrics.estimators.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 dict()¶ Output attributes as a dictionary. Return type:¶ dict[str, Any] meta()¶ Execution metadata as a dictionary. Return type:¶ dict[str, Any]