| Package | Description |
|---|---|
| weka.core.pmml.jaxbbindings |
| 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.
|
| Constructor and Description |
|---|
MiningField(String name,
FIELDUSAGETYPE usageType,
MISSINGVALUETREATMENTMETHOD missingValueTreatment,
String missingValueReplacement) |
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.