public class Error extends java.lang.Object implements ClassificationMeasure
| Constructor and Description |
|---|
Error() |
| Modifier and Type | Method and Description |
|---|---|
double |
measure(int[] truth,
int[] prediction)
Returns an index to measure the quality of classification.
|
static int |
of(int[] truth,
int[] prediction)
Calculates the number of errors.
|
java.lang.String |
toString() |
public static final Error instance
public double measure(int[] truth,
int[] prediction)
ClassificationMeasuremeasure in interface ClassificationMeasuretruth - the true class labels.prediction - the predicted class labels.public static int of(int[] truth,
int[] prediction)
public java.lang.String toString()
toString in class java.lang.Object