Uses of Interface
biz.k11i.xgboost.gbm.GradBooster
-
Packages that use GradBooster Package Description biz.k11i.xgboost biz.k11i.xgboost.gbm -
-
Uses of GradBooster in biz.k11i.xgboost
Fields in biz.k11i.xgboost declared as GradBooster Modifier and Type Field Description private GradBooster
Predictor. 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.(package private) class
GBBase
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(java.lang.String name)
Creates a gradient booster from given name.
-