Uses of Class
biz.k11i.xgboost.config.PredictorConfiguration
-
Packages that use PredictorConfiguration Package Description biz.k11i.xgboost biz.k11i.xgboost.config biz.k11i.xgboost.gbm -
-
Uses of PredictorConfiguration in biz.k11i.xgboost
Methods in biz.k11i.xgboost with parameters of type PredictorConfiguration Modifier and Type Method Description (package private) voidPredictor. initObjFunction(PredictorConfiguration configuration)Constructors in biz.k11i.xgboost with parameters of type PredictorConfiguration Constructor Description Predictor(java.io.InputStream in, PredictorConfiguration configuration)Instantiates with the Xgboost model -
Uses of PredictorConfiguration in biz.k11i.xgboost.config
Fields in biz.k11i.xgboost.config declared as PredictorConfiguration Modifier and Type Field Description static PredictorConfigurationPredictorConfiguration. DEFAULTprivate PredictorConfigurationPredictorConfiguration.Builder. predictorConfigurationMethods in biz.k11i.xgboost.config that return PredictorConfiguration Modifier and Type Method Description PredictorConfigurationPredictorConfiguration.Builder. build() -
Uses of PredictorConfiguration in biz.k11i.xgboost.gbm
Methods in biz.k11i.xgboost.gbm with parameters of type PredictorConfiguration Modifier and Type Method Description voidDart. loadModel(PredictorConfiguration config, ModelReader reader, boolean with_pbuffer)voidGBLinear. loadModel(PredictorConfiguration config, ModelReader reader, boolean ignored_with_pbuffer)voidGBTree. loadModel(PredictorConfiguration config, ModelReader reader, boolean with_pbuffer)voidGradBooster. loadModel(PredictorConfiguration config, ModelReader reader, boolean with_pbuffer)Loads model from stream.
-