Uses of Class
ml.dmlc.xgboost4j.java.Rabit.DataType
-
-
Uses of Rabit.DataType in ml.dmlc.xgboost4j.java
Methods in ml.dmlc.xgboost4j.java that return Rabit.DataType Modifier and Type Method Description static Rabit.DataType
Rabit.DataType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Rabit.DataType[]
Rabit.DataType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-