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