| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Method and Description |
|---|---|
static OutlierTreatmentMethod |
OutlierTreatmentMethod.fromValue(String v) |
OutlierTreatmentMethod |
NormContinuous.getOutliers() |
OutlierTreatmentMethod |
MiningField.getOutlierTreatment() |
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 |
|---|---|
NormContinuous |
NormContinuous.setOutliers(OutlierTreatmentMethod outliers) |
MiningField |
MiningField.setOutlierTreatment(OutlierTreatmentMethod outlierTreatment) |
Copyright © 2024. All rights reserved.