Uses of Class
network.aika.lattice.NodeActivation
-
Packages that use NodeActivation Package Description network.aika network.aika.lattice -
-
Uses of NodeActivation in network.aika
Fields in network.aika with type parameters of type NodeActivation Modifier and Type Field Description ArrayList<NodeActivation>Document. addedNodeActivations -
Uses of NodeActivation in network.aika.lattice
Classes in network.aika.lattice with type parameters of type NodeActivation Modifier and Type Class Description classNode<T extends Node,A extends NodeActivation<T>>TheNodeclass is the abstract class for all the boolean logic nodes underneath the neural network layer.Subclasses of NodeActivation in network.aika.lattice Modifier and Type Class Description static classInputNode.InputActivationstatic classOrNode.OrActivationMethods in network.aika.lattice with parameters of type NodeActivation Modifier and Type Method Description protected voidOrNode. addActivation(network.aika.lattice.OrNode.OrEntry oe, NodeActivation inputAct)intNodeActivation. compareTo(NodeActivation<T> act)OrNode.LinkOrNode.OrActivation. link(network.aika.lattice.OrNode.OrEntry oe, NodeActivation<?> input)protected voidNode. propagateToOrNode(NodeActivation inputAct)Constructors in network.aika.lattice with parameters of type NodeActivation Constructor Description Link(network.aika.lattice.OrNode.OrEntry oe, NodeActivation<?> input, OrNode.OrActivation output)
-