evaluationMetricNames property
The names of the EvaluationMetrics produced by this evaluator.
Implementation
@override
List<String> get evaluationMetricNames =>
_evaluators.expand((e) => e.evaluationMetricNames).toList();
The names of the EvaluationMetrics produced by this evaluator.
@override
List<String> get evaluationMetricNames =>
_evaluators.expand((e) => e.evaluationMetricNames).toList();