Class OrNode

  • All Implemented Interfaces:
    Comparable<Node>, Writable

    public class OrNode
    extends Node<OrNode,​OrActivation>
    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. The only exceptions are the input neurons which have a one-to-one relation with the input-node. The or-nodes form a disjunction of one or more input-nodes or and-nodes.
    Author:
    Lukas Molzberger