public static enum Parameter.Type extends java.lang.Enum<Parameter.Type>
Parameter.| Enum Constant and Description |
|---|
BETA |
BIAS |
GAMMA |
OTHER |
RUNNING_MEAN |
RUNNING_VAR |
WEIGHT |
| Modifier and Type | Method and Description |
|---|---|
Initializer |
getInitializer()
Gets the
Initializer of this ParameterType. |
static Parameter.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Parameter.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Parameter.Type WEIGHT
public static final Parameter.Type BIAS
public static final Parameter.Type GAMMA
public static final Parameter.Type BETA
public static final Parameter.Type RUNNING_MEAN
public static final Parameter.Type RUNNING_VAR
public static final Parameter.Type OTHER
public static Parameter.Type[] values()
for (Parameter.Type c : Parameter.Type.values()) System.out.println(c);
public static Parameter.Type 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 nullpublic Initializer getInitializer()
Initializer of this ParameterType.Initializer of this ParameterType