| Package | Description |
|---|---|
| weka.core.pmml.jaxbbindings |
| Modifier and Type | Method and Description |
|---|---|
static OUTLIERTREATMENTMETHOD |
OUTLIERTREATMENTMETHOD.fromValue(String v) |
OUTLIERTREATMENTMETHOD |
NormContinuous.getOutliers()
Gets the value of the outliers property.
|
OUTLIERTREATMENTMETHOD |
MiningField.getOutliers()
Gets the value of the outliers property.
|
static OUTLIERTREATMENTMETHOD |
OUTLIERTREATMENTMETHOD.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OUTLIERTREATMENTMETHOD[] |
OUTLIERTREATMENTMETHOD.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NormContinuous.setOutliers(OUTLIERTREATMENTMETHOD value)
Sets the value of the outliers property.
|
void |
MiningField.setOutliers(OUTLIERTREATMENTMETHOD value)
Sets the value of the outliers property.
|
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.