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