Uses of Class
org.android.activityminer.pmml.model.miningschema.OutlierTreatmentMethod

Packages that use OutlierTreatmentMethod
org.android.activityminer.pmml.model.miningschema PMML - Mining schema representation. 
org.android.activityminer.pmml.model.transformation PMML - Transformation representation. 
 

Uses of OutlierTreatmentMethod in org.android.activityminer.pmml.model.miningschema
 

Fields in org.android.activityminer.pmml.model.miningschema declared as OutlierTreatmentMethod
private  OutlierTreatmentMethod MiningField.outliers
          The treatment method for outliers.
 

Methods in org.android.activityminer.pmml.model.miningschema that return OutlierTreatmentMethod
 OutlierTreatmentMethod MiningField.getOutliers()
          Getter for the outliers
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.
 

Methods in org.android.activityminer.pmml.model.miningschema with parameters of type OutlierTreatmentMethod
 void MiningField.setOutliers(OutlierTreatmentMethod outliers)
          Setter for the outliers
 

Uses of OutlierTreatmentMethod in org.android.activityminer.pmml.model.transformation
 

Fields in org.android.activityminer.pmml.model.transformation declared as OutlierTreatmentMethod
private  OutlierTreatmentMethod NormContinuous.outliers
          The treatment method for outliers.
 

Methods in org.android.activityminer.pmml.model.transformation that return OutlierTreatmentMethod
 OutlierTreatmentMethod NormContinuous.getOutliers()
          Getter for the outliers
 

Methods in org.android.activityminer.pmml.model.transformation with parameters of type OutlierTreatmentMethod
 void NormContinuous.setOutliers(OutlierTreatmentMethod outliers)
          Setter for the outliers