Uses of Enum Class
com.logicaldoc.ai.neural.ActivationFunction
Packages that use ActivationFunction
-
Uses of ActivationFunction in com.logicaldoc.ai.neural
Methods in com.logicaldoc.ai.neural that return ActivationFunctionModifier and TypeMethodDescriptionNeuralNetwork.getActivation()
NeuralNetworkLayer.getActivation()
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 com.logicaldoc.ai.neural with parameters of type ActivationFunctionModifier and TypeMethodDescriptionvoid
NeuralNetwork.setActivation
(ActivationFunction activation) void
NeuralNetworkLayer.setActivation
(ActivationFunction activation) Constructors in com.logicaldoc.ai.neural with parameters of type ActivationFunctionModifierConstructorDescriptionNeuralNetworkLayer
(String name, int outputNodes, ActivationFunction activation) NeuralNetworkLayer
(String name, ActivationFunction activation)