Uses of Class
network.aika.lattice.NodeActivation
-
Packages that use NodeActivation Package Description network.aika network.aika.lattice network.aika.lattice.activation -
-
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.Methods in network.aika.lattice with parameters of type NodeActivation Modifier and Type Method Description protected voidOrNode. addActivation(OrEntry oe, NodeActivation inputAct)intNodeActivation. compareTo(NodeActivation<T> act)protected voidNode. propagateToOrNode(NodeActivation inputAct) -
Uses of NodeActivation in network.aika.lattice.activation
Subclasses of NodeActivation in network.aika.lattice.activation Modifier and Type Class Description classAndActivationclassInputActivationclassOrActivationFields in network.aika.lattice.activation declared as NodeActivation Modifier and Type Field Description NodeActivation<?>AndActivation.Link. inputMethods in network.aika.lattice.activation with parameters of type NodeActivation Modifier and Type Method Description voidAndActivation. link(Refinement ref, RefValue rv, InputActivation refAct, NodeActivation<?> input)Constructors in network.aika.lattice.activation with parameters of type NodeActivation Constructor Description Link(Refinement ref, RefValue rv, InputActivation refAct, NodeActivation<?> input, AndActivation output)Link(OrEntry oe, NodeActivation<?> input)
-