Uses of Interface
network.aika.Writable
-
Packages that use Writable Package Description network.aika network.aika.lattice network.aika.lattice.refinement network.aika.neuron network.aika.neuron.relation -
-
Uses of Writable in network.aika
Classes in network.aika that implement Writable Modifier and Type Class Description classAbstractNode<P extends Provider<? extends AbstractNode>> -
Uses of Writable in network.aika.lattice
Classes in network.aika.lattice that implement Writable 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 Writable in network.aika.lattice.refinement
Classes in network.aika.lattice.refinement that implement Writable Modifier and Type Class Description classOrEntryclassRefinementclassRefValueclassRelationsMap -
Uses of Writable in network.aika.neuron
Classes in network.aika.neuron that implement Writable 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.static classINeuron.SynapseSummaryclassSynapseTheSynapseclass connects two neurons with each other. -
Uses of Writable in network.aika.neuron.relation
Classes in network.aika.neuron.relation that implement Writable Modifier and Type Class Description classAncestorRelationstatic classAncestorRelation.CommonAncestorstatic classAncestorRelation.IsAncestorOfstatic classAncestorRelation.IsDescendantOfstatic classAncestorRelation.NotAncestorOfstatic classAncestorRelation.NotDescendantOfclassMultiRelationclassPositionRelationstatic classPositionRelation.Equalsstatic classPositionRelation.GreaterThanstatic classPositionRelation.LessThanclassRelationstatic classRelation.Any
-