Uses of Class
weka.classifiers.evaluation.Evaluation
Packages that use Evaluation
-
Uses of Evaluation in weka.classifiers.evaluation
Subclasses of Evaluation in weka.classifiers.evaluationModifier and TypeClassDescriptionclassSubclass of Evaluation that provides a method for aggregating the results stored in another Evaluation object.Methods in weka.classifiers.evaluation with parameters of type EvaluationModifier and TypeMethodDescriptionAggregateableEvaluation.aggregate(Evaluation evaluation) Adds the statistics encapsulated in the supplied Evaluation object into this one.voidAbstractEvaluationMetric.setBaseEvaluation(Evaluation eval) Set the base evaluation object to use.voidEvaluationMetricHelper.setEvaluation(Evaluation eval) Sets the Evaluation object to useConstructors in weka.classifiers.evaluation with parameters of type EvaluationModifierConstructorDescriptionConstructs a new AggregateableEvaluation object based on an Evaluation objectConstruct a new EvaluationMetricHelper -
Uses of Evaluation in weka.classifiers.meta
Methods in weka.classifiers.meta that return EvaluationModifier and TypeMethodDescriptionBagging.getOutOfBagEvaluationObject()Returns the out-of-bag evaluation object.