EntityRecognizerEvaluationMetrics constructor

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

Implementation

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