Interface EvaluationScores


public interface EvaluationScores
Statistics of the metric of the model candidate over (inner) folds
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    avg()
     
    double
    max()
     
    double
    min()
     
    of(double avg, double min, double max)
     
    default Map<String,Object>
     
  • Method Details

    • avg

      double avg()
    • min

      double min()
    • max

      double max()
    • toMap

      @Derived default Map<String,Object> toMap()
    • of

      static EvaluationScores of(double avg, double min, double max)