public interface CrossValidation
Modifier and Type | Method and Description |
---|---|
double |
getAverageScore()
Tells the average score of the test
|
double[] |
getScores()
Tells the scores of the tests, in order of evaluation
|
double |
getStdDevScore()
Tells the standard deviation of the test
|
void |
run()
perform learning and evaluations
|
void run()
double getAverageScore()
double getStdDevScore()
double[] getScores()