Package | Description |
---|---|
org.dmg.pmml.pmml_4_2.descr |
Modifier and Type | Field and Description |
---|---|
protected MISSINGVALUETREATMENTMETHOD |
MiningField.missingValueTreatment |
Modifier and Type | Method and Description |
---|---|
static MISSINGVALUETREATMENTMETHOD |
MISSINGVALUETREATMENTMETHOD.fromValue(String v) |
MISSINGVALUETREATMENTMETHOD |
MiningField.getMissingValueTreatment()
Gets the value of the missingValueTreatment property.
|
static MISSINGVALUETREATMENTMETHOD |
MISSINGVALUETREATMENTMETHOD.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MISSINGVALUETREATMENTMETHOD[] |
MISSINGVALUETREATMENTMETHOD.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MiningField.setMissingValueTreatment(MISSINGVALUETREATMENTMETHOD value)
Sets the value of the missingValueTreatment property.
|
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.