public enum CommandLineArgument extends Enum<CommandLineArgument>
| Enum Constant and Description |
|---|
Clipp |
Display |
Folds |
Gamma |
Gpu |
Help |
Initialization |
Kernel |
Lambda |
Loss |
Partitioning |
RandomSeed |
Threads |
Weights |
Workingset |
| Modifier and Type | Field and Description |
|---|---|
String |
character |
String |
paramDescription |
List<Param> |
params |
| Modifier and Type | Method and Description |
|---|---|
static Set<String> |
getNames() |
String |
toString() |
static CommandLineArgument |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandLineArgument[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommandLineArgument Display
public static final CommandLineArgument Folds
public static final CommandLineArgument Gamma
public static final CommandLineArgument Gpu
public static final CommandLineArgument Help
public static final CommandLineArgument Initialization
public static final CommandLineArgument Kernel
public static final CommandLineArgument Lambda
public static final CommandLineArgument Loss
public static final CommandLineArgument Partitioning
public static final CommandLineArgument RandomSeed
public static final CommandLineArgument Clipp
public static final CommandLineArgument Threads
public static final CommandLineArgument Weights
public static final CommandLineArgument Workingset
public static CommandLineArgument[] values()
for (CommandLineArgument c : CommandLineArgument.values()) System.out.println(c);
public static CommandLineArgument 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 nullpublic String toString()
toString in class Enum<CommandLineArgument>Copyright © 2018. All rights reserved.