Package network.aika.lattice
-
Class Summary Class Description Converter Converts the synapse weights of a neuron into a boolean logic representation of this neuron.InputNode TheInputNodeclass is the input layer for the boolean logic.InputNode.InputActivation Node<T extends Node,A extends NodeActivation<T>> TheNodeclass is the abstract class for all the boolean logic nodes underneath the neural network layer.NodeActivation<T extends Node> NodeQueue OrNode While 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.OrNode.Link OrNode.OrActivation