Uses of Class
org.nd4j.linalg.activations.Activation
-
Packages that use Activation Package Description org.nd4j.linalg.activations -
-
Uses of Activation in org.nd4j.linalg.activations
Methods in org.nd4j.linalg.activations that return Activation Modifier and Type Method Description static ActivationActivation. fromString(String name)Returns the activation function enum valuestatic ActivationActivation. valueOf(String name)Returns the enum constant of this type with the specified name.static Activation[]Activation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-