public static enum Tree.SelectStatType extends java.lang.Enum<Tree.SelectStatType>
Modifier and Type | Method and Description |
---|---|
static Tree.SelectStatType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Tree.SelectStatType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Tree.SelectStatType ENTROPY
public static final Tree.SelectStatType GINI
public static final Tree.SelectStatType TWOING
public static Tree.SelectStatType[] values()
for (Tree.SelectStatType c : Tree.SelectStatType.values()) System.out.println(c);
public static Tree.SelectStatType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null