Uses of Interface
biz.k11i.xgboost.tree.RegTreeFactory
-
Packages that use RegTreeFactory Package Description biz.k11i.xgboost.config biz.k11i.xgboost.tree -
-
Uses of RegTreeFactory in biz.k11i.xgboost.config
Fields in biz.k11i.xgboost.config declared as RegTreeFactory Modifier and Type Field Description private RegTreeFactoryPredictorConfiguration. regTreeFactoryMethods in biz.k11i.xgboost.config that return RegTreeFactory Modifier and Type Method Description RegTreeFactoryPredictorConfiguration. getRegTreeFactory()Methods in biz.k11i.xgboost.config with parameters of type RegTreeFactory Modifier and Type Method Description PredictorConfiguration.BuilderPredictorConfiguration.Builder. regTreeFactory(RegTreeFactory regTreeFactory) -
Uses of RegTreeFactory in biz.k11i.xgboost.tree
Classes in biz.k11i.xgboost.tree that implement RegTreeFactory Modifier and Type Class Description classDefaultRegTreeFactoryFields in biz.k11i.xgboost.tree declared as RegTreeFactory Modifier and Type Field Description static RegTreeFactoryDefaultRegTreeFactory. INSTANCE
-