Uses of Class
network.aika.neuron.activation.Linker.Direction
-
Packages that use Linker.Direction Package Description network.aika.neuron.activation -
-
Uses of Linker.Direction in network.aika.neuron.activation
Methods in network.aika.neuron.activation that return Linker.Direction Modifier and Type Method Description static Linker.DirectionLinker.Direction. valueOf(String name)Returns the enum constant of this type with the specified name.static Linker.Direction[]Linker.Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in network.aika.neuron.activation with parameters of type Linker.Direction Modifier and Type Method Description voidActivation. addLink(Linker.Direction dir, Activation.Link l)
-