public class FeatureMap extends Object
| Constructor and Description |
|---|
FeatureMap() |
| Modifier and Type | Method and Description |
|---|---|
List<org.dmg.pmml.DataField> |
getDataFields() |
Feature |
getFeature(int index) |
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 Feature getFeature(int index)
public List<org.dmg.pmml.DataField> getDataFields()
Copyright © 2016. All Rights Reserved.