public class CrossValidationResult extends Object
Constructor and Description |
---|
CrossValidationResult() |
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.
|
void |
setBestHyperParams(Map<String,Double> bestHyperParams)
Helper method in cross-validation process.
|
String |
toString() |
public double getBest(String hyperParamName)
hyperParamName
- Hyper parameter name.public double[] getBestScore()
public double getBestAvgScore()
public void setBestHyperParams(Map<String,Double> bestHyperParams)
bestHyperParams
- The best hyper parameters.public Map<Map<String,Double>,double[]> getScoringBoard()
public Map<String,Double> getBestHyperParams()
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024