public class InteractionFeature
extends org.jpmml.converter.ContinuousFeature
| Constructor and Description |
|---|
InteractionFeature(org.dmg.pmml.FieldName name,
org.dmg.pmml.DataType dataType,
List<org.jpmml.converter.Feature> features) |
InteractionFeature(org.dmg.pmml.TypeDefinitionField field,
List<org.jpmml.converter.Feature> features) |
| Modifier and Type | Method and Description |
|---|---|
List<org.jpmml.converter.Feature> |
getFeatures() |
public InteractionFeature(org.dmg.pmml.TypeDefinitionField field,
List<org.jpmml.converter.Feature> features)
public InteractionFeature(org.dmg.pmml.FieldName name,
org.dmg.pmml.DataType dataType,
List<org.jpmml.converter.Feature> features)
public List<org.jpmml.converter.Feature> getFeatures()
Copyright © 2016. All Rights Reserved.