Uses of Class
network.aika.ActivationFunction
-
Packages that use ActivationFunction Package Description network.aika network.aika.neuron -
-
Uses of ActivationFunction in network.aika
Methods in network.aika that return ActivationFunction Modifier and Type Method Description static ActivationFunctionActivationFunction. valueOf(String name)Returns the enum constant of this type with the specified name.static ActivationFunction[]ActivationFunction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in network.aika with parameters of type ActivationFunction Modifier and Type Method Description NeuronModel. createNeuron(String label, INeuron.Type type, ActivationFunction actF)NeuronModel. createNeuron(String label, INeuron.Type type, ActivationFunction actF, String outputText) -
Uses of ActivationFunction in network.aika.neuron
Methods in network.aika.neuron that return ActivationFunction Modifier and Type Method Description ActivationFunctionINeuron. getActivationFunction()ActivationFunctionINeuron.Type. getDefaultActivationFunction()Methods in network.aika.neuron with parameters of type ActivationFunction Modifier and Type Method Description voidINeuron. setActivationFunction(ActivationFunction actF)voidNeuron. setActivationFunction(ActivationFunction actF)Constructors in network.aika.neuron with parameters of type ActivationFunction Constructor Description INeuron(Model m, String label, String outputText, INeuron.Type type, ActivationFunction actF)INeuron(Model m, String label, INeuron.Type type, ActivationFunction actF)
-