| Package | Description |
|---|---|
| weka.core.pmml.jaxbbindings |
| Modifier and Type | Method and Description |
|---|---|
static FIELDUSAGETYPE |
FIELDUSAGETYPE.fromValue(String v) |
FIELDUSAGETYPE |
MiningField.getUsageType()
Gets the value of the usageType property.
|
static FIELDUSAGETYPE |
FIELDUSAGETYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FIELDUSAGETYPE[] |
FIELDUSAGETYPE.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.setUsageType(FIELDUSAGETYPE value)
Sets the value of the usageType property.
|
| Constructor and Description |
|---|
MiningField(String name,
FIELDUSAGETYPE usageType) |
MiningField(String name,
FIELDUSAGETYPE usageType,
MISSINGVALUETREATMENTMETHOD missingValueTreatment,
String missingValueReplacement) |
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.