FindMatchesMetrics constructor

FindMatchesMetrics({
  1. double? areaUnderPRCurve,
  2. List<ColumnImportance>? columnImportances,
  3. ConfusionMatrix? confusionMatrix,
  4. double? f1,
  5. double? precision,
  6. double? recall,
})

Implementation

FindMatchesMetrics({
  this.areaUnderPRCurve,
  this.columnImportances,
  this.confusionMatrix,
  this.f1,
  this.precision,
  this.recall,
});