Uses of Enum Class
weka.core.pmml.jaxbbindings.ACTIVATIONFUNCTION
-
Uses of ACTIVATIONFUNCTION in weka.core.pmml.jaxbbindings
Modifier and TypeMethodDescriptionstatic ACTIVATIONFUNCTION
NeuralLayer.getActivationFunction()
Gets the value of the activationFunction property.NeuralNetwork.getActivationFunction()
Gets the value of the activationFunction property.static ACTIVATIONFUNCTION
Returns the enum constant of this class with the specified name.static ACTIVATIONFUNCTION[]
ACTIVATIONFUNCTION.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
NeuralLayer.setActivationFunction
(ACTIVATIONFUNCTION value) Sets the value of the activationFunction property.void
NeuralNetwork.setActivationFunction
(ACTIVATIONFUNCTION value) Sets the value of the activationFunction property.