public static class CrossValidation.CVResult extends Object
Constructor and Description |
---|
CVResult() |
Modifier and Type | Method and Description |
---|---|
void |
combine(CrossValidation.CVResult cvResult) |
double |
getAccuracyRate(String type) |
int |
getCorrectCount(String type) |
double |
getErrorRate(String type) |
int |
getIncorrectCount(String type) |
void |
incrCorrect(String trueType)
Increment the number of correct count by 1 for the
specified type.
|
void |
incrIncorrect(String trueType)
Increment the number of incorrect count by 1 for the
specified type.
|
String |
toString() |
Iterator |
types() |
public void incrCorrect(String trueType)
public void incrIncorrect(String trueType)
public void combine(CrossValidation.CVResult cvResult)
public int getCorrectCount(String type)
public int getIncorrectCount(String type)
public double getAccuracyRate(String type)
public double getErrorRate(String type)
public Iterator types()
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.