Uses of Class
de.jungblut.math.activation.ActivationFunctionSelector
-
Packages that use ActivationFunctionSelector Package Description de.jungblut.math.activation -
-
Uses of ActivationFunctionSelector in de.jungblut.math.activation
Methods in de.jungblut.math.activation that return ActivationFunctionSelector Modifier and Type Method Description static ActivationFunctionSelectorActivationFunctionSelector. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ActivationFunctionSelector[]ActivationFunctionSelector. values()Returns an array containing the constants of this enum type, in the order they are declared.
-