evaluationMetricNames property
The names of the EvaluationMetrics produced by this evaluator.
Implementation
@override
List<String> get evaluationMetricNames =>
_metricNames.values.toList(growable: false);
The names of the EvaluationMetrics produced by this evaluator.
@override
List<String> get evaluationMetricNames =>
_metricNames.values.toList(growable: false);