Uses of Class
biz.k11i.xgboost.config.PredictorConfiguration
Packages that use PredictorConfiguration
-
Uses of PredictorConfiguration in biz.k11i.xgboost
Methods in biz.k11i.xgboost with parameters of type PredictorConfigurationModifier and TypeMethodDescription(package private) voidPredictor.initObjFunction(PredictorConfiguration configuration) Constructors in biz.k11i.xgboost with parameters of type PredictorConfigurationModifierConstructorDescriptionPredictor(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 PredictorConfigurationModifier and TypeFieldDescriptionstatic final PredictorConfigurationPredictorConfiguration.DEFAULTprivate PredictorConfigurationPredictorConfiguration.Builder.predictorConfigurationMethods in biz.k11i.xgboost.config that return PredictorConfiguration -
Uses of PredictorConfiguration in biz.k11i.xgboost.gbm
Methods in biz.k11i.xgboost.gbm with parameters of type PredictorConfigurationModifier and TypeMethodDescriptionvoidDart.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.