Uses of Class
network.aika.AbstractNode
-
Packages that use AbstractNode Package Description network.aika network.aika.lattice network.aika.neuron -
-
Uses of AbstractNode in network.aika
Classes in network.aika with type parameters of type AbstractNode Modifier and Type Class Description classAbstractNode<P extends Provider<? extends AbstractNode>>classProvider<T extends AbstractNode>Fields in network.aika with type parameters of type AbstractNode Modifier and Type Field Description Map<Integer,Provider<? extends AbstractNode>>Model. activeProvidersWeakHashMap<Integer,WeakReference<Provider<? extends AbstractNode>>>Model. providersMethods in network.aika that return AbstractNode Modifier and Type Method Description static <P extends Provider>
AbstractNodeAbstractNode. read(DataInput in, P p) -
Uses of AbstractNode in network.aika.lattice
Subclasses of AbstractNode 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.classNode<T extends Node,A extends NodeActivation<T>>TheNodeclass is the abstract class for all the boolean logic nodes underneath the neural network layer.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. -
Uses of AbstractNode in network.aika.neuron
Subclasses of AbstractNode in network.aika.neuron Modifier and Type Class Description classINeuronTheINeuronclass represents a internal neuron implementation in Aikas neural network and is connected to other neurons through input synapses and output synapses.
-