Uses of Class
network.aika.lattice.InputNode
-
Packages that use InputNode Package Description network.aika.lattice.activation network.aika.lattice.refinement network.aika.neuron -
-
Uses of InputNode in network.aika.lattice.activation
Constructors in network.aika.lattice.activation with parameters of type InputNode Constructor Description InputActivation(Activation iAct, InputNode node) -
Uses of InputNode in network.aika.lattice.refinement
Fields in network.aika.lattice.refinement with type parameters of type InputNode Modifier and Type Field Description Provider<InputNode>Refinement. inputConstructor parameters in network.aika.lattice.refinement with type arguments of type InputNode Constructor Description Refinement(RelationsMap relations, Provider<InputNode> input) -
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)
-