Uses of Class
org.dmg.pmml.OutlierTreatmentMethod
-
Packages that use OutlierTreatmentMethod Package Description org.dmg.pmml -
-
Uses of OutlierTreatmentMethod in org.dmg.pmml
Methods in org.dmg.pmml that return OutlierTreatmentMethod Modifier and Type Method Description static OutlierTreatmentMethodOutlierTreatmentMethod. fromValue(java.lang.String v)OutlierTreatmentMethodNormContinuous. getOutliers()OutlierTreatmentMethodMiningField. getOutlierTreatment()static OutlierTreatmentMethodOutlierTreatmentMethod. valueOf(java.lang.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.Methods in org.dmg.pmml with parameters of type OutlierTreatmentMethod Modifier and Type Method Description NormContinuousNormContinuous. setOutliers(OutlierTreatmentMethod outliers)MiningFieldMiningField. setOutlierTreatment(OutlierTreatmentMethod outlierTreatment)
-