EvaluationMetrics constructor
EvaluationMetrics({
- required TransformType transformType,
- FindMatchesMetrics? findMatchesMetrics,
Implementation
EvaluationMetrics({
required this.transformType,
this.findMatchesMetrics,
});