Uses of Class
biz.k11i.xgboost.config.PredictorConfiguration
-
Packages that use PredictorConfiguration Package Description biz.k11i.xgboost biz.k11i.xgboost.config -
-
Uses of PredictorConfiguration in biz.k11i.xgboost
Constructors in biz.k11i.xgboost with parameters of type PredictorConfiguration Constructor Description Predictor(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 PredictorConfiguration
PredictorConfiguration. DEFAULT
Methods in biz.k11i.xgboost.config that return PredictorConfiguration Modifier and Type Method Description PredictorConfiguration
PredictorConfiguration.Builder. build()
-