Uses of Class
network.aika.lattice.InputNode
-
Packages that use InputNode Package Description network.aika.lattice network.aika.neuron -
-
Uses of InputNode in network.aika.lattice
Constructors in network.aika.lattice with parameters of type InputNode Constructor Description InputActivation(Activation iAct, InputNode node) -
Uses of InputNode in network.aika.neuron
Methods in network.aika.neuron that return types with arguments of type InputNode Modifier and Type Method Description Provider<InputNode>INeuron. getOutputNode()Method parameters in network.aika.neuron with type arguments of type InputNode Modifier and Type Method Description voidINeuron. setOutputNode(Provider<InputNode> node)
-