|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EvaluationStatistic | |
|---|---|
| adams.flow.core | |
| adams.flow.transformer | |
| Uses of EvaluationStatistic in adams.flow.core |
|---|
| Methods in adams.flow.core that return EvaluationStatistic | |
|---|---|
EvaluationStatistic |
EvaluationStatistic.parse(String s)
Parses the given string and returns the associated enum. |
static EvaluationStatistic |
EvaluationStatistic.valueOf(AbstractOption option,
String str)
Returns an enum generated from the string. |
static EvaluationStatistic |
EvaluationStatistic.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EvaluationStatistic[] |
EvaluationStatistic.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in adams.flow.core with parameters of type EvaluationStatistic | |
|---|---|
static double |
EvaluationHelper.getValue(weka.classifiers.Evaluation eval,
EvaluationStatistic statistic,
int classIndex)
Returns a statistical value from the evaluation object. |
| Uses of EvaluationStatistic in adams.flow.transformer |
|---|
| Fields in adams.flow.transformer declared as EvaluationStatistic | |
|---|---|
protected EvaluationStatistic |
WekaEvaluationValuePicker.m_StatisticValue
the comparison field. |
protected EvaluationStatistic[] |
WekaEvaluationValues.m_StatisticValues
the comparison fields. |
| Methods in adams.flow.transformer that return EvaluationStatistic | |
|---|---|
EvaluationStatistic |
WekaEvaluationValuePicker.getStatisticValue()
Returns the value to extract. |
EvaluationStatistic[] |
WekaEvaluationValues.getStatisticValues()
Returns the values to extract. |
| Methods in adams.flow.transformer with parameters of type EvaluationStatistic | |
|---|---|
void |
WekaEvaluationValuePicker.setStatisticValue(EvaluationStatistic value)
Sets the value to extract. |
void |
WekaEvaluationValues.setStatisticValues(EvaluationStatistic[] value)
Sets the values to extract. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||