public class FeatureMap extends Object
| Constructor and Description |
|---|
FeatureMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMissingValue(String value) |
Map<org.dmg.pmml.FieldName,org.dmg.pmml.DataField> |
getDataFields() |
List<org.jpmml.converter.Feature> |
getFeatures() |
void |
load(BufferedReader reader) |
void |
load(InputStream is) |
void |
load(String id,
String name,
String type) |
public void load(InputStream is) throws IOException
IOExceptionpublic void load(BufferedReader reader) throws IOException
IOExceptionpublic void addMissingValue(String value)
public Map<org.dmg.pmml.FieldName,org.dmg.pmml.DataField> getDataFields()
public List<org.jpmml.converter.Feature> getFeatures()
Copyright © 2017. All Rights Reserved.