MlStatistics constructor
MlStatistics({
- List<
IterationResult> ? iterationResults, - String? maxIterations,
Implementation
MlStatistics({
this.iterationResults,
this.maxIterations,
});