public class CrossValidationResult extends Object
Modifier and Type | Method and Description |
---|---|
double |
getBest(String hyperParamName)
Gets the best value for the specific hyper parameter.
|
double |
getBestAvgScore()
Gets the the average value of best score array.
|
Map<String,Double> |
getBestHyperParams()
Gets the best hyper parameters set.
|
double[] |
getBestScore()
Gets the best score for the specific hyper parameter.
|
Map<Map<String,Double>,double[]> |
getScoringBoard()
Gets the Scoring Board.
|
String |
toString() |
public double getBest(String hyperParamName)
hyperParamName
- Hyper parameter name.public double[] getBestScore()
public double getBestAvgScore()
public Map<Map<String,Double>,double[]> getScoringBoard()
public Map<String,Double> getBestHyperParams()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019