|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Evaluation | |
|---|---|
| weka.classifiers | |
| weka.gui.explorer | |
| Uses of Evaluation in weka.classifiers |
|---|
| Subclasses of Evaluation in weka.classifiers | |
|---|---|
class |
AggregateableEvaluation
Subclass of Evaluation that provides a method for aggregating the results stored in another Evaluation object. |
| Methods in weka.classifiers with parameters of type Evaluation | |
|---|---|
void |
AggregateableEvaluation.aggregate(Evaluation evaluation)
Adds the statistics encapsulated in the supplied Evaluation object into this one. |
| Constructors in weka.classifiers with parameters of type Evaluation | |
|---|---|
AggregateableEvaluation(Evaluation eval)
Constructs a new AggregateableEvaluation object based on an Evaluation object |
|
| Uses of Evaluation in weka.gui.explorer |
|---|
| Methods in weka.gui.explorer that return Evaluation | |
|---|---|
Evaluation |
ClassifierErrorsPlotInstances.getEvaluation()
Returns the Evaluation object in use. |
| Methods in weka.gui.explorer with parameters of type Evaluation | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||