| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Field and Description |
|---|---|
protected ResultFeatureType |
ResultField.feature |
protected ResultFeatureType |
OutputField.feature |
| Modifier and Type | Method and Description |
|---|---|
static ResultFeatureType |
ResultFeatureType.fromValue(String v) |
ResultFeatureType |
ResultField.getFeature()
Gets the value of the feature property.
|
ResultFeatureType |
OutputField.getFeature()
Gets the value of the feature property.
|
static ResultFeatureType |
ResultFeatureType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultFeatureType[] |
ResultFeatureType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResultField.setFeature(ResultFeatureType value)
Sets the value of the feature property.
|
void |
OutputField.setFeature(ResultFeatureType value)
Sets the value of the feature property.
|
ResultField |
ResultField.withFeature(ResultFeatureType value) |
OutputField |
OutputField.withFeature(ResultFeatureType value) |
Copyright © 2014 University of Tartu. All Rights Reserved.