| Package | Description |
|---|---|
| weka.classifiers.evaluation | |
| weka.classifiers.meta |
| 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 |
|---|---|
AggregateableEvaluation |
AggregateableEvaluation.aggregate(Evaluation evaluation)
Adds the statistics encapsulated in the supplied Evaluation object into
this one.
|
void |
AbstractEvaluationMetric.setBaseEvaluation(Evaluation eval)
Set the base evaluation object to use.
|
void |
EvaluationMetricHelper.setEvaluation(Evaluation eval)
Sets the Evaluation object to use
|
| Constructor and Description |
|---|
AggregateableEvaluation(Evaluation eval)
Constructs a new AggregateableEvaluation object based on an Evaluation
object
|
EvaluationMetricHelper(Evaluation eval)
Construct a new EvaluationMetricHelper
|
| Modifier and Type | Method and Description |
|---|---|
Evaluation |
Bagging.getOutOfBagEvaluationObject()
Returns the out-of-bag evaluation object.
|
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.