| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Field and Description |
|---|---|
protected OutlierTreatmentMethodType |
NormContinuous.outliers |
protected OutlierTreatmentMethodType |
MiningField.outlierTreatment |
| Modifier and Type | Method and Description |
|---|---|
static OutlierTreatmentMethodType |
OutlierTreatmentMethodType.fromValue(String v) |
OutlierTreatmentMethodType |
NormContinuous.getOutliers()
Gets the value of the outliers property.
|
OutlierTreatmentMethodType |
MiningField.getOutlierTreatment()
Gets the value of the outlierTreatment property.
|
static OutlierTreatmentMethodType |
OutlierTreatmentMethodType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutlierTreatmentMethodType[] |
OutlierTreatmentMethodType.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(OutlierTreatmentMethodType value)
Sets the value of the outliers property.
|
void |
MiningField.setOutlierTreatment(OutlierTreatmentMethodType value)
Sets the value of the outlierTreatment property.
|
NormContinuous |
NormContinuous.withOutliers(OutlierTreatmentMethodType value) |
MiningField |
MiningField.withOutlierTreatment(OutlierTreatmentMethodType value) |
Copyright © 2014 University of Tartu. All Rights Reserved.