Uses of Class
org.jpmml.xgboost.FeatureMap.Entry.Type
-
Packages that use FeatureMap.Entry.Type Package Description org.jpmml.xgboost -
-
Uses of FeatureMap.Entry.Type in org.jpmml.xgboost
Methods in org.jpmml.xgboost that return FeatureMap.Entry.Type Modifier and Type Method Description static FeatureMap.Entry.TypeFeatureMap.Entry.Type. fromString(String string)FeatureMap.Entry.TypeFeatureMap.Entry. getType()static FeatureMap.Entry.TypeFeatureMap.Entry.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static FeatureMap.Entry.Type[]FeatureMap.Entry.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jpmml.xgboost with parameters of type FeatureMap.Entry.Type Constructor Description CategoricalEntry(String name, FeatureMap.Entry.Type type)ContinuousEntry(String name, FeatureMap.Entry.Type type)Entry(String name, FeatureMap.Entry.Type type)IndicatorEntry(String name, String value, FeatureMap.Entry.Type type)
-