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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as REGRESSIONNORMALIZATIONMETHOD
protected  REGRESSIONNORMALIZATIONMETHOD Regression.normalizationMethod
           
protected  REGRESSIONNORMALIZATIONMETHOD RegressionModel.normalizationMethod
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return REGRESSIONNORMALIZATIONMETHOD
static REGRESSIONNORMALIZATIONMETHOD REGRESSIONNORMALIZATIONMETHOD.fromValue(String v)
           
 REGRESSIONNORMALIZATIONMETHOD Regression.getNormalizationMethod()
          Gets the value of the normalizationMethod property.
 REGRESSIONNORMALIZATIONMETHOD RegressionModel.getNormalizationMethod()
          Gets the value of the normalizationMethod property.
static REGRESSIONNORMALIZATIONMETHOD REGRESSIONNORMALIZATIONMETHOD.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static REGRESSIONNORMALIZATIONMETHOD[] REGRESSIONNORMALIZATIONMETHOD.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 REGRESSIONNORMALIZATIONMETHOD
 void Regression.setNormalizationMethod(REGRESSIONNORMALIZATIONMETHOD value)
          Sets the value of the normalizationMethod property.
 void RegressionModel.setNormalizationMethod(REGRESSIONNORMALIZATIONMETHOD value)
          Sets the value of the normalizationMethod property.
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.