Uses of Class
weka.classifiers.evaluation.ConfusionMatrix
-
Uses of ConfusionMatrix in weka.classifiers.evaluation
Modifier and TypeMethodDescriptionTwoClassStats.getConfusionMatrix()
Generates aConfusionMatrix
representing the current two-class statistics, using class names "negative" and "positive".ConfusionMatrix.makeWeighted
(CostMatrix costs) Makes a copy of this ConfusionMatrix after applying the supplied CostMatrix to the cells.