public static enum SVMFrame.ConfigOption extends Enum<SVMFrame.ConfigOption>
| Enum Constant and Description |
|---|
Display |
Folds |
Grid_choice |
Kernel |
Partition_choice |
Threads |
| Modifier and Type | Method and Description |
|---|---|
static SVMFrame.ConfigOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SVMFrame.ConfigOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SVMFrame.ConfigOption Display
public static final SVMFrame.ConfigOption Threads
public static final SVMFrame.ConfigOption Partition_choice
public static final SVMFrame.ConfigOption Grid_choice
public static final SVMFrame.ConfigOption Folds
public static final SVMFrame.ConfigOption Kernel
public static SVMFrame.ConfigOption[] values()
for (SVMFrame.ConfigOption c : SVMFrame.ConfigOption.values()) System.out.println(c);
public static SVMFrame.ConfigOption valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018. All rights reserved.