CalibrationReport constructor
const
CalibrationReport({})
Implementation
const CalibrationReport({
required this.spearmanCorrelation,
required this.pearsonCorrelation,
required this.agreementRate,
required this.meanAbsoluteError,
required this.samples,
required this.agreementCount,
required this.disagreementCount,
required this.disagreements,
});