Uses of Class
weka.classifiers.CostMatrix

Packages that use CostMatrix
weka.classifiers   
weka.classifiers.evaluation   
weka.classifiers.meta   
 

Uses of CostMatrix in weka.classifiers
 

Constructors in weka.classifiers with parameters of type CostMatrix
AggregateableEvaluation(Instances data, CostMatrix costMatrix)
          Constructs a new AggregateableEvaluation object
CostMatrix(CostMatrix toCopy)
          Creates a cost matrix that is a copy of another.
Evaluation(Instances data, CostMatrix costMatrix)
          Initializes all the counters for the evaluation and also takes a cost matrix as parameter.
 

Uses of CostMatrix in weka.classifiers.evaluation
 

Methods in weka.classifiers.evaluation with parameters of type CostMatrix
 ConfusionMatrix ConfusionMatrix.makeWeighted(CostMatrix costs)
          Makes a copy of this ConfusionMatrix after applying the supplied CostMatrix to the cells.
 

Uses of CostMatrix in weka.classifiers.meta
 

Methods in weka.classifiers.meta that return CostMatrix
 CostMatrix CostSensitiveClassifier.getCostMatrix()
          Gets the misclassification cost matrix.
 

Methods in weka.classifiers.meta with parameters of type CostMatrix
 void CostSensitiveClassifier.setCostMatrix(CostMatrix newCostMatrix)
          Sets the misclassification cost matrix.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.