public abstract class AbstractTranslator extends Object
| Constructor and Description |
|---|
AbstractTranslator() |
| Modifier and Type | Method and Description |
|---|---|
org.jpmml.converter.Feature |
getFeature(org.dmg.pmml.FieldName name) |
org.jpmml.converter.Feature |
getFeature(int index) |
List<? extends org.jpmml.converter.Feature> |
getFeatures() |
public org.jpmml.converter.Feature getFeature(int index)
public org.jpmml.converter.Feature getFeature(org.dmg.pmml.FieldName name)
public List<? extends org.jpmml.converter.Feature> getFeatures()
Copyright © 2018. All rights reserved.