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) void
Predictor.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 PredictorConfiguration
PredictorConfiguration.DEFAULT
private PredictorConfiguration
PredictorConfiguration.Builder.predictorConfiguration
Methods in biz.k11i.xgboost.config that return PredictorConfiguration