protected static class WrapperSubsetEval.PluginTag extends Tag
| Modifier and Type | Field and Description |
|---|---|
protected AbstractEvaluationMetric |
m_metric
The metric object itself
|
protected java.lang.String |
m_statisticName
The particular statistic from the metric that this tag pertains to
|
m_ID, m_IDStr, m_Readable| Constructor and Description |
|---|
PluginTag(int ID,
AbstractEvaluationMetric metric,
java.lang.String statisticName)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
AbstractEvaluationMetric |
getMetric()
Get the actual metric object
|
java.lang.String |
getMetricName()
Get the name of the metric represented by this tag
|
java.lang.String |
getStatisticName()
Get the name of the statistic that this tag pertains to
|
getID, getIDStr, getReadable, getRevision, setID, setIDStr, setReadable, toOptionList, toOptionSynopsis, toStringprotected AbstractEvaluationMetric m_metric
protected java.lang.String m_statisticName
public PluginTag(int ID,
AbstractEvaluationMetric metric,
java.lang.String statisticName)
metric - the metric objectstatisticName - the particular statistic that this tag pertains topublic java.lang.String getMetricName()
public java.lang.String getStatisticName()
public AbstractEvaluationMetric getMetric()