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