Uses of Class
org.jpmml.xgboost.FeatureMap.Entry
-
Packages that use FeatureMap.Entry Package Description org.jpmml.xgboost -
-
Uses of FeatureMap.Entry in org.jpmml.xgboost
Subclasses of FeatureMap.Entry in org.jpmml.xgboost Modifier and Type Class Description static classFeatureMap.CategoricalEntrystatic classFeatureMap.ContinuousEntrystatic classFeatureMap.IndicatorEntryMethods in org.jpmml.xgboost that return types with arguments of type FeatureMap.Entry Modifier and Type Method Description List<FeatureMap.Entry>FeatureMap. getEntries()List<FeatureMap.Entry>FeatureMap. getEntries(String name)Methods in org.jpmml.xgboost with parameters of type FeatureMap.Entry Modifier and Type Method Description voidFeatureMap. addEntry(FeatureMap.Entry entry)
-