Uses of Class
weka.classifiers.evaluation.ConfusionMatrix
Packages that use ConfusionMatrix
-
Uses of ConfusionMatrix in weka.classifiers.evaluation
Methods in weka.classifiers.evaluation that return ConfusionMatrixModifier and TypeMethodDescriptionTwoClassStats.getConfusionMatrix()Generates aConfusionMatrixrepresenting 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.