|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ExperimentStatistic>
adams.flow.core.ExperimentStatistic
public enum ExperimentStatistic
The enumeration for the comparison field.
| Method Summary | |
|---|---|
String |
getField()
Returns the display string without the "numeric" or "nominal" in parentheses. |
ExperimentStatistic |
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 displays string. |
static String |
toString(AbstractOption option,
Object object)
Returns the enum as string. |
static ExperimentStatistic |
valueOf(AbstractOption option,
String str)
Returns an enum generated from the string. |
static ExperimentStatistic |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ExperimentStatistic[] |
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 ExperimentStatistic ELAPSED_TIME_TRAINING
public static final ExperimentStatistic ELAPSED_TIME_TESTING
public static final ExperimentStatistic USERCPU_TIME_TRAINING
public static final ExperimentStatistic USERCPU_TIME_TESTING
public static final ExperimentStatistic SERIALIZED_MODEL_SIZE
public static final ExperimentStatistic SERIALIZED_TRAIN_SET_SIZE
public static final ExperimentStatistic SERIALIZED_TEST_SET_SIZE
public static final ExperimentStatistic NUMBER_OF_TRAINING_INSTANCES
public static final ExperimentStatistic NUMBER_OF_TESTING_INSTANCES
public static final ExperimentStatistic NUMBER_CORRECT
public static final ExperimentStatistic NUMBER_INCORRECT
public static final ExperimentStatistic NUMBER_UNCLASSIFIED
public static final ExperimentStatistic PERCENT_CORRECT
public static final ExperimentStatistic PERCENT_INCORRECT
public static final ExperimentStatistic PERCENT_UNCLASSIFIED
public static final ExperimentStatistic KAPPA_STATISTIC
public static final ExperimentStatistic MEAN_ABSOLUTE_ERROR
public static final ExperimentStatistic ROOT_MEAN_SQUARED_ERROR
public static final ExperimentStatistic RELATIVE_ABSOLUTE_ERROR
public static final ExperimentStatistic ROOT_RELATIVE_SQUARED_ERROR
public static final ExperimentStatistic CORRELATION_COEFFICIENT
public static final ExperimentStatistic SF_PRIOR_ENTROPY
public static final ExperimentStatistic SF_SCHEME_ENTROPY
public static final ExperimentStatistic SF_ENTROPY_GAIN
public static final ExperimentStatistic SF_MEAN_PRIOR_ENTROPY
public static final ExperimentStatistic SF_MEAN_SCHEME_ENTROPY
public static final ExperimentStatistic SF_MEAN_ENTROPY_GAIN
public static final ExperimentStatistic KB_INFORMATION
public static final ExperimentStatistic KB_MEAN_INFORMATION
public static final ExperimentStatistic KB_RELATIVE_INFORMATION
public static final ExperimentStatistic TRUE_POSITIVE_RATE
public static final ExperimentStatistic NUM_TRUE_POSITIVES
public static final ExperimentStatistic FALSE_POSITIVE_RATE
public static final ExperimentStatistic NUM_FALSE_POSITIVES
public static final ExperimentStatistic TRUE_NEGATIVE_RATE
public static final ExperimentStatistic NUM_TRUE_NEGATIVES
public static final ExperimentStatistic FALSE_NEGATIVE_RATE
public static final ExperimentStatistic NUM_FALSE_NEGATIVES
public static final ExperimentStatistic IR_PRECISION
public static final ExperimentStatistic IR_RECALL
public static final ExperimentStatistic F_MEASURE
public static final ExperimentStatistic MATTHEWS_CORRELATION_COEFFICIENT
public static final ExperimentStatistic AREA_UNDER_ROC
public static final ExperimentStatistic AREA_UNDER_PRC
public static final ExperimentStatistic WEIGHTED_TRUE_POSITIVE_RATE
public static final ExperimentStatistic WEIGHTED_FALSE_POSITIVE_RATE
public static final ExperimentStatistic WEIGHTED_TRUE_NEGATIVE_RATE
public static final ExperimentStatistic WEIGHTED_FALSE_NEGATIVE_RATE
public static final ExperimentStatistic WEIGHTED_IR_PRECISION
public static final ExperimentStatistic WEIGHTED_IR_RECALL
public static final ExperimentStatistic WEIGHTED_F_MEASURE
public static final ExperimentStatistic WEIGHTED_MATTHEWS_CORRELATION_COEFFICIENT
public static final ExperimentStatistic WEIGHTED_AREA_UNDER_ROC
public static final ExperimentStatistic WEIGHTED_AREA_UNDER_PRC
| Method Detail |
|---|
public static ExperimentStatistic[] values()
for (ExperimentStatistic c : ExperimentStatistic.values()) System.out.println(c);
public static ExperimentStatistic 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 String toDisplay()
toDisplay in interface EnumWithCustomDisplay<ExperimentStatistic>public String toRaw()
toRaw in interface EnumWithCustomDisplay<ExperimentStatistic>public ExperimentStatistic parse(String s)
parse in interface EnumWithCustomDisplay<ExperimentStatistic>s - the string to parse
public String getField()
public String toString()
toString in class Enum<ExperimentStatistic>
public static String toString(AbstractOption option,
Object object)
option - the current optionobject - the enum object to convert
public static ExperimentStatistic 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 | |||||||||