Uses of Class
org.dmg.pmml.pmml_4_1.descr.OUTLIERTREATMENTMETHOD

Packages that use OUTLIERTREATMENTMETHOD
org.dmg.pmml.pmml_4_1.descr   
 

Uses of OUTLIERTREATMENTMETHOD in org.dmg.pmml.pmml_4_1.descr
 

Fields in org.dmg.pmml.pmml_4_1.descr declared as OUTLIERTREATMENTMETHOD
protected  OUTLIERTREATMENTMETHOD MiningField.outliers
           
protected  OUTLIERTREATMENTMETHOD NormContinuous.outliers
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return OUTLIERTREATMENTMETHOD
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.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type OUTLIERTREATMENTMETHOD
 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-2012 JBoss by Red Hat. All Rights Reserved.