public enum ScoreKeeperStoppingMetric extends java.lang.Enum<ScoreKeeperStoppingMetric>
| Enum Constant and Description |
|---|
AUC |
AUTO |
deviance |
lift_top_group |
logloss |
MAE |
mean_per_class_error |
misclassification |
MSE |
RMSE |
RMSLE |
| Modifier and Type | Method and Description |
|---|---|
static ScoreKeeperStoppingMetric |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScoreKeeperStoppingMetric[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScoreKeeperStoppingMetric AUC
public static final ScoreKeeperStoppingMetric AUTO
public static final ScoreKeeperStoppingMetric MAE
public static final ScoreKeeperStoppingMetric MSE
public static final ScoreKeeperStoppingMetric RMSE
public static final ScoreKeeperStoppingMetric RMSLE
public static final ScoreKeeperStoppingMetric deviance
public static final ScoreKeeperStoppingMetric lift_top_group
public static final ScoreKeeperStoppingMetric logloss
public static final ScoreKeeperStoppingMetric mean_per_class_error
public static final ScoreKeeperStoppingMetric misclassification
public static ScoreKeeperStoppingMetric[] values()
for (ScoreKeeperStoppingMetric c : ScoreKeeperStoppingMetric.values()) System.out.println(c);
public static ScoreKeeperStoppingMetric 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