|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<WekaInstancesStatistic.DataType>
adams.flow.transformer.WekaInstancesStatistic.DataType
public static enum WekaInstancesStatistic.DataType
Defines what data to retrieve from an Instances object.
| Enum Constant Summary | |
|---|---|
COLUMN_BY_INDEX
obtains columns (by index). |
|
COLUMN_BY_REGEXP
obtains columns (by reg exp). |
|
ROW_BY_INDEX
obtains rows. |
|
| Method Summary | |
|---|---|
static WekaInstancesStatistic.DataType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WekaInstancesStatistic.DataType[] |
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 WekaInstancesStatistic.DataType ROW_BY_INDEX
public static final WekaInstancesStatistic.DataType COLUMN_BY_INDEX
public static final WekaInstancesStatistic.DataType COLUMN_BY_REGEXP
| Method Detail |
|---|
public static WekaInstancesStatistic.DataType[] values()
for (WekaInstancesStatistic.DataType c : WekaInstancesStatistic.DataType.values()) System.out.println(c);
public static WekaInstancesStatistic.DataType 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 | |||||||||