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