MlStatistics constructor

MlStatistics({
  1. List<HparamTuningTrial>? hparamTrials,
  2. List<IterationResult>? iterationResults,
  3. String? maxIterations,
  4. String? modelType,
  5. String? trainingType,
})

Implementation

MlStatistics({
  this.hparamTrials,
  this.iterationResults,
  this.maxIterations,
  this.modelType,
  this.trainingType,
});