ClassificationMetrics constructor
const
ClassificationMetrics({})
Implementation
const ClassificationMetrics({
required this.truePositives,
required this.falsePositives,
required this.trueNegatives,
required this.falseNegatives,
});