public abstract static class FeatureMap.Entry extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FeatureMap.Entry.Type |
| Constructor and Description |
|---|
Entry(String name,
FeatureMap.Entry.Type type) |
| Modifier and Type | Method and Description |
|---|---|
abstract org.jpmml.converter.Feature |
encodeFeature(Learner learner,
int index,
org.jpmml.converter.PMMLEncoder encoder) |
String |
getName() |
FeatureMap.Entry.Type |
getType() |
public Entry(String name, FeatureMap.Entry.Type type)
public abstract org.jpmml.converter.Feature encodeFeature(Learner learner, int index, org.jpmml.converter.PMMLEncoder encoder)
public String getName()
public FeatureMap.Entry.Type getType()
Copyright © 2025. All rights reserved.