|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<WekaClassifierRanker.Measure>
adams.flow.transformer.WekaClassifierRanker.Measure
public static enum WekaClassifierRanker.Measure
The performance measure to use.
| Enum Constant Summary | |
|---|---|
ACC
evaluation via: Accuracy. |
|
CC
evaluation via: Correlation coefficient. |
|
COMBINED
evaluation via: Combined = ("", Performance.1-CC) + RRSE + RAE. |
|
KAPPA
evaluation via: Kappa statistic. |
|
MAE
evaluation via: Mean absolute error. |
|
RAE
evaluation via: Relative absolute error. |
|
RMSE
evaluation via: Root mean squared error. |
|
RRSE
evaluation via: Root relative squared error. |
|
| Method Summary | |
|---|---|
int |
getMeasure()
Returns the associated measure. |
WekaClassifierRanker.Measure |
parse(String s)
Parses the given string and returns the associated enum. |
String |
toDisplay()
Returns the display string. |
String |
toRaw()
Returns the raw enum string. |
String |
toString()
Returns the display string. |
static String |
toString(AbstractOption option,
Object object)
Returns the enum as string. |
static WekaClassifierRanker.Measure |
valueOf(AbstractOption option,
String str)
Returns an enum generated from the string. |
static WekaClassifierRanker.Measure |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WekaClassifierRanker.Measure[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final WekaClassifierRanker.Measure CC
public static final WekaClassifierRanker.Measure RMSE
public static final WekaClassifierRanker.Measure RRSE
public static final WekaClassifierRanker.Measure MAE
public static final WekaClassifierRanker.Measure RAE
public static final WekaClassifierRanker.Measure COMBINED
public static final WekaClassifierRanker.Measure ACC
public static final WekaClassifierRanker.Measure KAPPA
| Method Detail |
|---|
public static WekaClassifierRanker.Measure[] values()
for (WekaClassifierRanker.Measure c : WekaClassifierRanker.Measure.values()) System.out.println(c);
public static WekaClassifierRanker.Measure valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic int getMeasure()
MultiSearch.TAGS_EVALUATIONpublic String toDisplay()
toDisplay in interface EnumWithCustomDisplay<WekaClassifierRanker.Measure>public String toRaw()
toRaw in interface EnumWithCustomDisplay<WekaClassifierRanker.Measure>public String toString()
toString in class Enum<WekaClassifierRanker.Measure>public WekaClassifierRanker.Measure parse(String s)
parse in interface EnumWithCustomDisplay<WekaClassifierRanker.Measure>s - the string to parse
public static String toString(AbstractOption option,
Object object)
option - the current optionobject - the enum object to convert
public static WekaClassifierRanker.Measure valueOf(AbstractOption option,
String str)
option - the current optionstr - the string to convert to an enum
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||