Uses of Class
weka.classifiers.evaluation.Evaluation
-
Uses of Evaluation in weka.classifiers.evaluation
Modifier and TypeClassDescriptionclass
Subclass of Evaluation that provides a method for aggregating the results stored in another Evaluation object.Modifier and TypeMethodDescriptionAggregateableEvaluation.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 useModifierConstructorDescriptionConstructs a new AggregateableEvaluation object based on an Evaluation objectConstruct a new EvaluationMetricHelper -
Uses of Evaluation in weka.classifiers.meta
Modifier and TypeMethodDescriptionBagging.getOutOfBagEvaluationObject()
Returns the out-of-bag evaluation object.