public static enum AttributeSelectionPanel.TestMode extends java.lang.Enum<AttributeSelectionPanel.TestMode>
Enum Constant and Description |
---|
CROSS_VALIDATION |
TRAINING_SET |
Modifier and Type | Method and Description |
---|---|
static AttributeSelectionPanel.TestMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AttributeSelectionPanel.TestMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttributeSelectionPanel.TestMode TRAINING_SET
public static final AttributeSelectionPanel.TestMode CROSS_VALIDATION
public static AttributeSelectionPanel.TestMode[] values()
for (AttributeSelectionPanel.TestMode c : AttributeSelectionPanel.TestMode.values()) System.out.println(c);
public static AttributeSelectionPanel.TestMode 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