| Package | Description |
|---|---|
| weka.classifiers | |
| weka.classifiers.evaluation |
| Modifier and Type | Method and Description |
|---|---|
AbstractEvaluationMetric |
Evaluation.getPluginMetric(String name)
Get the named plugin evaluation metric
|
| Modifier and Type | Method and Description |
|---|---|
List<AbstractEvaluationMetric> |
Evaluation.getPluginMetrics()
Returns the list of plugin metrics in use (or null if there are none)
|
| Modifier and Type | Method and Description |
|---|---|
AbstractEvaluationMetric |
Evaluation.getPluginMetric(String name)
Get the named plugin evaluation metric
|
| Modifier and Type | Method and Description |
|---|---|
List<AbstractEvaluationMetric> |
Evaluation.getPluginMetrics()
Returns the list of plugin metrics in use (or null if there are none)
|
static ArrayList<AbstractEvaluationMetric> |
AbstractEvaluationMetric.getPluginMetrics()
Gets a list of freshly instantiated concrete implementations of available
plugin metrics or null if there are no plugin metrics available
|
Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.