public static enum ScoreKeeper.StoppingMetric extends java.lang.Enum<ScoreKeeper.StoppingMetric> implements ScoreKeeper.IStoppingMetric
| Enum Constant and Description |
|---|
anomaly_score |
ATC |
ATE |
ATT |
AUC |
AUCPR |
AUTO |
AUUC |
custom |
custom_increasing |
deviance |
lift_top_group |
logloss |
MAE |
mean_per_class_error |
misclassification |
MSE |
qini |
RMSE |
RMSLE |
| Modifier and Type | Method and Description |
|---|---|
int |
direction() |
hex.ScoreKeeper.ConvergenceStrategy |
getConvergenceStrategy() |
boolean |
isClassificationOnly() |
boolean |
isLowerBoundBy0() |
double |
metricValue(ScoreKeeper skj) |
static ScoreKeeper.StoppingMetric |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScoreKeeper.StoppingMetric[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScoreKeeper.StoppingMetric AUTO
public static final ScoreKeeper.StoppingMetric deviance
public static final ScoreKeeper.StoppingMetric logloss
public static final ScoreKeeper.StoppingMetric MSE
public static final ScoreKeeper.StoppingMetric RMSE
public static final ScoreKeeper.StoppingMetric MAE
public static final ScoreKeeper.StoppingMetric RMSLE
public static final ScoreKeeper.StoppingMetric AUC
public static final ScoreKeeper.StoppingMetric AUCPR
public static final ScoreKeeper.StoppingMetric lift_top_group
public static final ScoreKeeper.StoppingMetric misclassification
public static final ScoreKeeper.StoppingMetric mean_per_class_error
public static final ScoreKeeper.StoppingMetric anomaly_score
public static final ScoreKeeper.StoppingMetric AUUC
public static final ScoreKeeper.StoppingMetric ATE
public static final ScoreKeeper.StoppingMetric ATT
public static final ScoreKeeper.StoppingMetric ATC
public static final ScoreKeeper.StoppingMetric qini
public static final ScoreKeeper.StoppingMetric custom
public static final ScoreKeeper.StoppingMetric custom_increasing
public static ScoreKeeper.StoppingMetric[] values()
for (ScoreKeeper.StoppingMetric c : ScoreKeeper.StoppingMetric.values()) System.out.println(c);
public static ScoreKeeper.StoppingMetric 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 int direction()
direction in interface ScoreKeeper.IStoppingMetricpublic boolean isLowerBoundBy0()
isLowerBoundBy0 in interface ScoreKeeper.IStoppingMetricpublic boolean isClassificationOnly()
public hex.ScoreKeeper.ConvergenceStrategy getConvergenceStrategy()
getConvergenceStrategy in interface ScoreKeeper.IStoppingMetricpublic double metricValue(ScoreKeeper skj)
metricValue in interface ScoreKeeper.IStoppingMetric