Uses of Class
network.aika.lattice.Node
-
Packages that use Node Package Description network.aika network.aika.lattice network.aika.lattice.refinement -
-
Uses of Node in network.aika
Fields in network.aika with type parameters of type Node Modifier and Type Field Description TreeSet<Node>Document. addedNodesMethods in network.aika with type parameters of type Node Modifier and Type Method Description <P extends Provider<? extends Node>>
PModel. lookupNodeProvider(int id)Methods in network.aika with parameters of type Node Modifier and Type Method Description voidDocument. addActivatedNode(Node n) -
Uses of Node in network.aika.lattice
Classes in network.aika.lattice with type parameters of type Node 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.classNodeActivation<T extends Node>Subclasses of Node in network.aika.lattice Modifier and Type Class Description classAndNodeTheInputNodeand theAndNodeclasses together form a pattern lattice, containing all possible substructures of any given conjunction.classInputNodeTheInputNodeclass is the input layer for the boolean logic.classOrNodeWhile several neurons might share a the same input-node or and-node, there is always a always a one-to-one relation between or-nodes and neurons.Fields in network.aika.lattice declared as Node Modifier and Type Field Description static NodeNode. MAX_NODEstatic NodeNode. MIN_NODEMethods in network.aika.lattice that return Node Modifier and Type Method Description static NodeNode. readNode(DataInput in, Provider p)Methods in network.aika.lattice with parameters of type Node Modifier and Type Method Description voidNodeQueue. add(Node n)static intNode. compareRank(int threadId, Node n1, Node n2)intNode. compareTo(Node n) -
Uses of Node in network.aika.lattice.refinement
Fields in network.aika.lattice.refinement with type parameters of type Node Modifier and Type Field Description Provider<? extends Node>OrEntry. parentProvider<? extends Node>RefValue. parentConstructor parameters in network.aika.lattice.refinement with type arguments of type Node Constructor Description OrEntry(int[] synapseIds, Provider<? extends Node> parent, Provider<OrNode> child)RefValue(Integer[] offsets, int refOffset, Provider<? extends Node> parent)
-