ConfusionMatrix constructor

ConfusionMatrix({
  1. double? confidenceThreshold,
  2. List<Row>? rows,
})

Implementation

ConfusionMatrix({
  this.confidenceThreshold,
  this.rows,
});