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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as CUMULATIVELINKFUNCTION
protected  CUMULATIVELINKFUNCTION GeneralRegressionModel.cumulativeLink
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return CUMULATIVELINKFUNCTION
static CUMULATIVELINKFUNCTION CUMULATIVELINKFUNCTION.fromValue(String v)
           
 CUMULATIVELINKFUNCTION GeneralRegressionModel.getCumulativeLink()
          Gets the value of the cumulativeLink property.
static CUMULATIVELINKFUNCTION CUMULATIVELINKFUNCTION.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CUMULATIVELINKFUNCTION[] CUMULATIVELINKFUNCTION.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 CUMULATIVELINKFUNCTION
 void GeneralRegressionModel.setCumulativeLink(CUMULATIVELINKFUNCTION value)
          Sets the value of the cumulativeLink property.
 



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