BinaryConfusionMatrix constructor
BinaryConfusionMatrix({})
Implementation
BinaryConfusionMatrix({
this.accuracy,
this.f1Score,
this.falseNegatives,
this.falsePositives,
this.positiveClassThreshold,
this.precision,
this.recall,
this.trueNegatives,
this.truePositives,
});