public class FeatureMap extends Object
| Constructor and Description |
|---|
FeatureMap() |
| Modifier and Type | Method and Description |
|---|---|
org.jpmml.converter.Schema |
createSchema(org.dmg.pmml.FieldName targetField,
List<String> targetCategories) |
List<org.dmg.pmml.DataField> |
getDataFields() |
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 org.jpmml.converter.Schema createSchema(org.dmg.pmml.FieldName targetField,
List<String> targetCategories)
public List<org.dmg.pmml.DataField> getDataFields()
Copyright © 2016. All Rights Reserved.