public class ConfusionMatrix extends java.lang.Object
ConfusionMatrix(int[] truth, int[] prediction)
int[][]
getMatrix()
java.lang.String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public ConfusionMatrix(int[] truth, int[] prediction)
public int[][] getMatrix()
public java.lang.String toString()
toString
java.lang.Object