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