Uses of Class
weka.classifiers.evaluation.ConfusionMatrix

Packages that use ConfusionMatrix
weka.classifiers.evaluation   
 

Uses of ConfusionMatrix in weka.classifiers.evaluation
 

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