Uses of Interface
biz.k11i.xgboost.gbm.GradBooster
-
Packages that use GradBooster Package Description biz.k11i.xgboost.gbm -
-
Uses of GradBooster in biz.k11i.xgboost.gbm
Classes in biz.k11i.xgboost.gbm that implement GradBooster Modifier and Type Class Description class
Dart
Gradient boosted DART tree implementation.class
GBLinear
Linear booster implementationclass
GBTree
Gradient boosted tree implementation.Methods in biz.k11i.xgboost.gbm that return GradBooster Modifier and Type Method Description static GradBooster
GradBooster.Factory. createGradBooster(String name)
Creates a gradient booster from given name.
-