Package | Description |
---|---|
org.dmg.pmml.pmml_4_2.descr | |
org.drools.pmml.pmml_4_2 |
Modifier and Type | Field and Description |
---|---|
protected RESULTFEATURE |
ResultField.feature |
protected RESULTFEATURE |
OutputField.feature |
Modifier and Type | Method and Description |
---|---|
static RESULTFEATURE |
RESULTFEATURE.fromValue(String v) |
RESULTFEATURE |
ResultField.getFeature()
Gets the value of the feature property.
|
RESULTFEATURE |
OutputField.getFeature()
Gets the value of the feature property.
|
static RESULTFEATURE |
RESULTFEATURE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RESULTFEATURE[] |
RESULTFEATURE.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(RESULTFEATURE value)
Sets the value of the feature property.
|
void |
OutputField.setFeature(RESULTFEATURE value)
Sets the value of the feature property.
|
Modifier and Type | Method and Description |
---|---|
DATATYPE |
PMML4Helper.mapFeatureType(DATATYPE srcType,
RESULTFEATURE feat) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.