Package org.jpmml.xgboost
Class FeatureMap.IndicatorEntry
- java.lang.Object
-
- org.jpmml.xgboost.FeatureMap.Entry
-
- org.jpmml.xgboost.FeatureMap.IndicatorEntry
-
- Enclosing class:
- FeatureMap
public static class FeatureMap.IndicatorEntry extends FeatureMap.Entry
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jpmml.xgboost.FeatureMap.Entry
FeatureMap.Entry.Type
-
-
Constructor Summary
Constructors Constructor Description IndicatorEntry(String name, String value, FeatureMap.Entry.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jpmml.converter.FeatureencodeFeature(Learner learner, int index, org.jpmml.converter.PMMLEncoder encoder)StringgetValue()-
Methods inherited from class org.jpmml.xgboost.FeatureMap.Entry
getName, getType
-
-
-
-
Constructor Detail
-
IndicatorEntry
public IndicatorEntry(String name, String value, FeatureMap.Entry.Type type)
-
-
Method Detail
-
encodeFeature
public org.jpmml.converter.Feature encodeFeature(Learner learner, int index, org.jpmml.converter.PMMLEncoder encoder)
- Specified by:
encodeFeaturein classFeatureMap.Entry
-
getValue
public String getValue()
-
-