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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as LINKFUNCTION
protected  LINKFUNCTION GeneralRegressionModel.linkFunction
           
 

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



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