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