Package | Description |
---|---|
org.dmg.pmml.pmml_4_2.descr |
Modifier and Type | Field and Description |
---|---|
protected OUTLIERTREATMENTMETHOD |
MiningField.outliers |
protected OUTLIERTREATMENTMETHOD |
NormContinuous.outliers |
Modifier and Type | Method and Description |
---|---|
static OUTLIERTREATMENTMETHOD |
OUTLIERTREATMENTMETHOD.fromValue(String v) |
OUTLIERTREATMENTMETHOD |
MiningField.getOutliers()
Gets the value of the outliers property.
|
OUTLIERTREATMENTMETHOD |
NormContinuous.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 |
MiningField.setOutliers(OUTLIERTREATMENTMETHOD value)
Sets the value of the outliers property.
|
void |
NormContinuous.setOutliers(OUTLIERTREATMENTMETHOD value)
Sets the value of the outliers property.
|
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.