EntityTypesEvaluationMetrics constructor

EntityTypesEvaluationMetrics({
  1. double? f1Score,
  2. double? precision,
  3. double? recall,
})

Implementation

EntityTypesEvaluationMetrics({
  this.f1Score,
  this.precision,
  this.recall,
});