Uses of Class
com.bayesserver.analysis.ConfusionMatrixCell
-
Packages that use ConfusionMatrixCell Package Description com.bayesserver.analysis -
-
Uses of ConfusionMatrixCell in com.bayesserver.analysis
Methods in com.bayesserver.analysis that return ConfusionMatrixCell Modifier and Type Method Description ConfusionMatrixCell
ConfusionMatrix. getCell(Comparable actualValue, Comparable predictedValue)
Gets information about a cell in a confusion matrix.
-