public abstract class AbstractEvaluationMetrics extends Object implements Serializable
| Constructor and Description |
|---|
AbstractEvaluationMetrics() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
check(int id)
Returns whether the ID is valid.
|
abstract int |
getDefaultMetric()
Returns the ID of default metric to use.
|
abstract weka.core.Tag[] |
getTags()
Returns the tags to used in the GUI.
|
abstract boolean |
invert(int id)
Returns whether to negate the metric for sorting purposes.
|
boolean |
invert(weka.core.Tag tag)
Returns whether to negate the metric for sorting purposes.
|
public abstract weka.core.Tag[] getTags()
public abstract int getDefaultMetric()
public boolean invert(weka.core.Tag tag)
tag - the metricpublic abstract boolean invert(int id)
id - the metric idpublic boolean check(int id)
id - the ID to checkCopyright © 2017 University of Waikato, Hamilton, NZ. All Rights Reserved.