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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as ACTIVATIONFUNCTION
protected  ACTIVATIONFUNCTION NeuralNetwork.activationFunction
           
protected  ACTIVATIONFUNCTION NeuralLayer.activationFunction
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return ACTIVATIONFUNCTION
static ACTIVATIONFUNCTION ACTIVATIONFUNCTION.fromValue(String v)
           
 ACTIVATIONFUNCTION NeuralNetwork.getActivationFunction()
          Gets the value of the activationFunction property.
 ACTIVATIONFUNCTION NeuralLayer.getActivationFunction()
          Gets the value of the activationFunction property.
static ACTIVATIONFUNCTION ACTIVATIONFUNCTION.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ACTIVATIONFUNCTION[] ACTIVATIONFUNCTION.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 ACTIVATIONFUNCTION
 void NeuralNetwork.setActivationFunction(ACTIVATIONFUNCTION value)
          Sets the value of the activationFunction property.
 void NeuralLayer.setActivationFunction(ACTIVATIONFUNCTION value)
          Sets the value of the activationFunction property.
 



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