Uses of Class
weka.classifiers.evaluation.AbstractEvaluationMetric
-
Uses of AbstractEvaluationMetric in weka.classifiers
Modifier and TypeMethodDescriptionEvaluation.getPluginMetric
(String name) Get the named plugin evaluation metricModifier and TypeMethodDescriptionEvaluation.getPluginMetrics()
Returns the list of plugin metrics in use (or null if there are none) -
Uses of AbstractEvaluationMetric in weka.classifiers.evaluation
Modifier and TypeMethodDescriptionEvaluation.getPluginMetric
(String name) Get the named plugin evaluation metricModifier 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)