Uses of Enum
ml.dmlc.xgboost4j.java.Rabit.OpType
-
Uses of Rabit.OpType in ml.dmlc.xgboost4j.java
Methods in ml.dmlc.xgboost4j.java that return Rabit.OpTypeModifier and TypeMethodDescriptionstatic Rabit.OpType
Returns the enum constant of this type with the specified name.static Rabit.OpType[]
Rabit.OpType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ml.dmlc.xgboost4j.java with parameters of type Rabit.OpTypeModifier and TypeMethodDescriptionstatic float[]
Rabit.allReduce
(float[] elements, Rabit.OpType op) perform Allreduce on distributed float vectors using operator op.