Uses of Enum Class
weka.core.pmml.jaxbbindings.ACTIVATIONFUNCTION
Packages that use ACTIVATIONFUNCTION
-
Uses of ACTIVATIONFUNCTION in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return ACTIVATIONFUNCTIONModifier 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.Methods in weka.core.pmml.jaxbbindings with parameters of type ACTIVATIONFUNCTIONModifier 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.