Uses of Class
weka.classifiers.evaluation.AbstractEvaluationMetric
Packages that use AbstractEvaluationMetric
-
Uses of AbstractEvaluationMetric in weka.classifiers
Methods in weka.classifiers that return AbstractEvaluationMetricModifier and TypeMethodDescriptionEvaluation.getPluginMetric
(String name) Get the named plugin evaluation metricMethods in weka.classifiers that return types with arguments of type AbstractEvaluationMetricModifier and TypeMethodDescriptionEvaluation.getPluginMetrics()
Returns the list of plugin metrics in use (or null if there are none) -
Uses of AbstractEvaluationMetric in weka.classifiers.evaluation
Methods in weka.classifiers.evaluation that return AbstractEvaluationMetricModifier and TypeMethodDescriptionEvaluation.getPluginMetric
(String name) Get the named plugin evaluation metricMethods in weka.classifiers.evaluation that return types with arguments of type AbstractEvaluationMetricModifier and TypeMethodDescriptionstatic ArrayList<AbstractEvaluationMetric>
AbstractEvaluationMetric.getPluginMetrics()
Gets a list of freshly instantiated concrete implementations of available plugin metrics or null if there are no plugin metrics availableEvaluation.getPluginMetrics()
Returns the list of plugin metrics in use (or null if there are none)