| Package | Description |
|---|---|
| org.kie.pmml.api.enums | |
| org.kie.pmml.api.models |
User-friendly representations to be used by end-consumer, e.g. returned in the Kogito environment
|
| Modifier and Type | Method and Description |
|---|---|
static DATA_TYPE |
DATA_TYPE.byName(String name) |
static DATA_TYPE |
DATA_TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DATA_TYPE[] |
DATA_TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DATA_TYPE |
OutputField.getDataType() |
DATA_TYPE |
MiningField.getDataType() |
| Constructor and Description |
|---|
MiningField(String name,
FIELD_USAGE_TYPE usageType,
OP_TYPE opType,
DATA_TYPE dataType,
MISSING_VALUE_TREATMENT_METHOD missingValueTreatmentMethod,
INVALID_VALUE_TREATMENT_METHOD invalidValueTreatmentMethod,
String missingValueReplacement,
String invalidValueReplacement,
List<String> allowedValues,
List<Interval> intervals) |
OutputField(String name,
OP_TYPE opType,
DATA_TYPE dataType,
String targetField,
RESULT_FEATURE resultFeature,
List<String> allowedValues) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.