RegressionMetrics constructor
RegressionMetrics({})
Implementation
RegressionMetrics({
this.meanAbsoluteError,
this.meanSquaredError,
this.meanSquaredLogError,
this.medianAbsoluteError,
this.rSquared,
});
RegressionMetrics({
this.meanAbsoluteError,
this.meanSquaredError,
this.meanSquaredLogError,
this.medianAbsoluteError,
this.rSquared,
});