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