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 GradBoosterPredictor. gbmMethods in biz.k11i.xgboost that return GradBooster Modifier and Type Method Description GradBoosterPredictor. getBooster() -
Uses of GradBooster in biz.k11i.xgboost.gbm
Classes in biz.k11i.xgboost.gbm that implement GradBooster Modifier and Type Class Description classDartGradient boosted DART tree implementation.(package private) classGBBaseclassGBLinearLinear booster implementationclassGBTreeGradient boosted tree implementation.Methods in biz.k11i.xgboost.gbm that return GradBooster Modifier and Type Method Description static GradBoosterGradBooster.Factory. createGradBooster(java.lang.String name)Creates a gradient booster from given name.
-