Uses of Class
org.jpmml.xgboost.FeatureMap
-
Packages that use FeatureMap Package Description org.jpmml.xgboost -
-
Uses of FeatureMap in org.jpmml.xgboost
Methods in org.jpmml.xgboost that return FeatureMap Modifier and Type Method Description FeatureMapLearner. encodeFeatureMap()static FeatureMapXGBoostUtil. loadFeatureMap(InputStream is)Methods in org.jpmml.xgboost with parameters of type FeatureMap Modifier and Type Method Description org.dmg.pmml.PMMLLearner. encodePMML(Map<String,?> options, String targetName, List<String> targetCategories, FeatureMap featureMap)org.jpmml.converter.SchemaLearner. encodeSchema(String targetName, List<String> targetCategories, FeatureMap featureMap, XGBoostEncoder encoder)voidFeatureMap. update(FeatureMap featureMap)
-