|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<FrequentItemSetTable.Sorter>
org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetTable.Sorter
public static enum FrequentItemSetTable.Sorter
the feature the table should be sorted by.
Enum Constant Summary | |
---|---|
ITEM_SET_LENGTH
sort by itemset length. |
|
NONE
no sorting. |
|
SUPPORT
sort by support. |
Method Summary | |
---|---|
static List<String> |
asStringList()
Returns the enum fields as a String list of their names. |
static FrequentItemSetTable.Sorter |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FrequentItemSetTable.Sorter[] |
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 FrequentItemSetTable.Sorter NONE
public static final FrequentItemSetTable.Sorter ITEM_SET_LENGTH
public static final FrequentItemSetTable.Sorter SUPPORT
Method Detail |
---|
public static FrequentItemSetTable.Sorter[] values()
for (FrequentItemSetTable.Sorter c : FrequentItemSetTable.Sorter.values()) System.out.println(c);
public static FrequentItemSetTable.Sorter 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 static List<String> asStringList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |