Package org.jpmml.xgboost
Class FeatureMap.Entry
- java.lang.Object
-
- org.jpmml.xgboost.FeatureMap.Entry
-
- Direct Known Subclasses:
FeatureMap.CategoricalEntry,FeatureMap.ContinuousEntry,FeatureMap.IndicatorEntry
- Enclosing class:
- FeatureMap
public abstract static class FeatureMap.Entry extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFeatureMap.Entry.Type
-
Constructor Summary
Constructors Constructor Description Entry(String name, FeatureMap.Entry.Type type)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract org.jpmml.converter.FeatureencodeFeature(Learner learner, int index, org.jpmml.converter.PMMLEncoder encoder)StringgetName()FeatureMap.Entry.TypegetType()
-
-
-
Constructor Detail
-
Entry
public Entry(String name, FeatureMap.Entry.Type type)
-
-
Method Detail
-
encodeFeature
public abstract org.jpmml.converter.Feature encodeFeature(Learner learner, int index, org.jpmml.converter.PMMLEncoder encoder)
-
getName
public String getName()
-
getType
public FeatureMap.Entry.Type getType()
-
-