Uses of Class
network.aika.lattice.OrNode
-
Packages that use OrNode Package Description network.aika.lattice.activation network.aika.lattice.refinement network.aika.neuron -
-
Uses of OrNode in network.aika.lattice.activation
Constructors in network.aika.lattice.activation with parameters of type OrNode Constructor Description OrActivation(Document doc, OrNode node) -
Uses of OrNode in network.aika.lattice.refinement
Fields in network.aika.lattice.refinement with type parameters of type OrNode Modifier and Type Field Description Provider<OrNode>OrEntry. child -
Uses of OrNode in network.aika.neuron
Methods in network.aika.neuron that return types with arguments of type OrNode Modifier and Type Method Description Provider<OrNode>INeuron. getInputNode()
-