Uses of Interface
network.aika.PassiveInputFunction
-
Packages that use PassiveInputFunction Package Description network.aika network.aika.neuron -
-
Uses of PassiveInputFunction in network.aika
Fields in network.aika with type parameters of type PassiveInputFunction Modifier and Type Field Description Map<Integer,PassiveInputFunction>Model. passiveActivationFunctions -
Uses of PassiveInputFunction in network.aika.neuron
Methods in network.aika.neuron that return PassiveInputFunction Modifier and Type Method Description PassiveInputFunctionNeuron. getPassiveInputFunction()Methods in network.aika.neuron with parameters of type PassiveInputFunction Modifier and Type Method Description voidNeuron. setPassiveInputFunction(PassiveInputFunction f)
-