Uses of Class
org.jpmml.xgboost.XGBoostEncoder
-
Packages that use XGBoostEncoder Package Description org.jpmml.xgboost -
-
Uses of XGBoostEncoder in org.jpmml.xgboost
Methods in org.jpmml.xgboost with parameters of type XGBoostEncoder Modifier and Type Method Description org.jpmml.converter.LabelLearner. encodeLabel(String targetName, List<String> targetCategories, XGBoostEncoder encoder)org.jpmml.converter.SchemaLearner. encodeSchema(String targetName, List<String> targetCategories, FeatureMap featureMap, XGBoostEncoder encoder)
-