|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<WekaInstancesInfo.InfoType>
adams.flow.transformer.WekaInstancesInfo.InfoType
public static enum WekaInstancesInfo.InfoType
The type of information to generate.
| Enum Constant Summary | |
|---|---|
ATTRIBUTE_NAME
the name of the attribute (at specified index). |
|
ATTRIBUTE_TYPE
the attribute type (selected attribute). |
|
CLASS_LABELS
the class labels (only nominal class attribute). |
|
CLASS_TYPE
the class attribute type. |
|
FULL
full stats. |
|
HEADER
the header (as string). |
|
LABELS
the labels (selected attribute, only nominal). |
|
MAX
the maximum value (selected attribute, only numeric). |
|
MEAN
the mean (selected attribute, only numeric). |
|
MIN
the minimum value (selected attribute, only numeric). |
|
NUM_ATTRIBUTES
the number of attributes. |
|
NUM_CLASS_LABELS
the number of class labels. |
|
NUM_DISTINCT_VALUES
the number of distinct values (selected attribute). |
|
NUM_INSTANCES
the number of instances. |
|
NUM_LABELS
the number of labels (selected attribute, only nominal). |
|
NUM_MISSING_VALUES
the number of missing values (selected attribute, only nominal). |
|
NUM_UNIQUE_VALUES
the number of unique values (selected attribute). |
|
RELATION_NAME
the name of the dataset. |
|
STDEV
the stdev (selected attribute, only numeric). |
|
| Method Summary | |
|---|---|
static WekaInstancesInfo.InfoType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WekaInstancesInfo.InfoType[] |
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, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final WekaInstancesInfo.InfoType FULL
public static final WekaInstancesInfo.InfoType HEADER
public static final WekaInstancesInfo.InfoType RELATION_NAME
public static final WekaInstancesInfo.InfoType NUM_ATTRIBUTES
public static final WekaInstancesInfo.InfoType NUM_INSTANCES
public static final WekaInstancesInfo.InfoType NUM_CLASS_LABELS
public static final WekaInstancesInfo.InfoType ATTRIBUTE_NAME
public static final WekaInstancesInfo.InfoType LABELS
public static final WekaInstancesInfo.InfoType CLASS_LABELS
public static final WekaInstancesInfo.InfoType NUM_LABELS
public static final WekaInstancesInfo.InfoType NUM_MISSING_VALUES
public static final WekaInstancesInfo.InfoType NUM_DISTINCT_VALUES
public static final WekaInstancesInfo.InfoType NUM_UNIQUE_VALUES
public static final WekaInstancesInfo.InfoType MIN
public static final WekaInstancesInfo.InfoType MAX
public static final WekaInstancesInfo.InfoType MEAN
public static final WekaInstancesInfo.InfoType STDEV
public static final WekaInstancesInfo.InfoType ATTRIBUTE_TYPE
public static final WekaInstancesInfo.InfoType CLASS_TYPE
| Method Detail |
|---|
public static WekaInstancesInfo.InfoType[] values()
for (WekaInstancesInfo.InfoType c : WekaInstancesInfo.InfoType.values()) System.out.println(c);
public static WekaInstancesInfo.InfoType 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 null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||