Uses of Interface
biz.k11i.xgboost.gbm.GradBooster
Packages that use GradBooster
-
Uses of GradBooster in biz.k11i.xgboost
Fields in biz.k11i.xgboost declared as GradBooster -
Uses of GradBooster in biz.k11i.xgboost.gbm
Classes in biz.k11i.xgboost.gbm that implement GradBoosterModifier and TypeClassDescriptionclass
Gradient boosted DART tree implementation.(package private) class
class
Linear booster implementationclass
Gradient boosted tree implementation.Methods in biz.k11i.xgboost.gbm that return GradBoosterModifier and TypeMethodDescriptionstatic GradBooster
GradBooster.Factory.createGradBooster
(String name) Creates a gradient booster from given name.