| Package | Description | 
|---|---|
| weka.classifiers | |
| weka.gui.explorer | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AggregateableEvaluation
Subclass of Evaluation that provides a method for aggregating the
 results stored in another Evaluation object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AggregateableEvaluation.aggregate(Evaluation evaluation)
Adds the statistics encapsulated in the supplied
 Evaluation object into this one. 
 | 
| Constructor and Description | 
|---|
AggregateableEvaluation(Evaluation eval)
Constructs a new AggregateableEvaluation object based
 on an Evaluation object 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Evaluation | 
ClassifierErrorsPlotInstances.getEvaluation()
Returns the Evaluation object in use. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ClassifierErrorsPlotInstances.process(Instance toPredict,
       Classifier classifier,
       Evaluation eval)
Process a classifier's prediction for an instance and update a
 set of plotting instances and additional plotting info. 
 | 
void | 
ClassifierErrorsPlotInstances.setEvaluation(Evaluation value)
Sets the Evaluation object to use. 
 | 
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.