Uses of Class
weka.classifiers.Evaluation

Packages that use Evaluation
weka.attributeSelection   
weka.classifiers   
weka.gui.beans   
weka.gui.explorer   
 

Uses of Evaluation in weka.attributeSelection
 

Fields in weka.attributeSelection declared as Evaluation
private  Evaluation WrapperSubsetEval.m_Evaluation
          holds an evaluation object
private  Evaluation ClassifierSubsetEval.m_Evaluation
          holds the evaluation object to use for evaluating the classifier
 

Uses of Evaluation in weka.classifiers
 

Methods in weka.classifiers with parameters of type Evaluation
protected  boolean CheckClassifier.testWRTZeroR(Classifier classifier, Evaluation evaluation, Instances train, Instances test)
          Determine whether the scheme performs worse than ZeroR during testing
 

Uses of Evaluation in weka.gui.beans
 

Fields in weka.gui.beans declared as Evaluation
private  Evaluation IncrementalClassifierEvaluator.m_eval
           
private  Evaluation ClassifierPerformanceEvaluator.m_eval
          Evaluation object used for evaluating a classifier
 

Uses of Evaluation in weka.gui.explorer
 

Methods in weka.gui.explorer with parameters of type Evaluation
private  void ClassifierPanel.processClassifierPrediction(Instance toPredict, Classifier classifier, Evaluation eval, FastVector predictions, Instances plotInstances, FastVector plotShape, FastVector plotSize)
          Process a classifier's prediction for an instance and update a set of plotting instances and additional plotting info. plotInfo for nominal class datasets holds shape types (actual data points have automatic shape type assignment; classifier error data points have box shape type).