CalibrationConfig constructor

const CalibrationConfig({
  1. double agreementTolerance = 0.15,
  2. int topDisagreements = 20,
})

Implementation

const CalibrationConfig({
  this.agreementTolerance = 0.15,
  this.topDisagreements = 20,
});