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(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(org.jpmml.converter.PMMLEncoder encoder)
public String getName()
public FeatureMap.Entry.Type getType()
Copyright © 2024. All rights reserved.