FindMatchesMetrics constructor
FindMatchesMetrics({
- double? areaUnderPRCurve,
- List<
ColumnImportance> ? columnImportances, - ConfusionMatrix? confusionMatrix,
- double? f1,
- double? precision,
- double? recall,
Implementation
FindMatchesMetrics({
this.areaUnderPRCurve,
this.columnImportances,
this.confusionMatrix,
this.f1,
this.precision,
this.recall,
});