Uses of Interface
network.aika.Writable
-
Packages that use Writable Package Description network.aika network.aika.lattice network.aika.neuron network.aika.neuron.activation 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>>Methods in network.aika that return Writable Modifier and Type Method Description WritableModel.WritableFactory. createObject() -
Uses of Writable in network.aika.lattice
Classes in network.aika.lattice that implement Writable Modifier and Type Class Description 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.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.Methods in network.aika.neuron with type parameters of type Writable Modifier and Type Method Description <T extends Writable>
TINeuron. getExtension()<T extends Writable>
TSynapse. getExtension()Methods in network.aika.neuron with parameters of type Writable Modifier and Type Method Description voidSynapse. setExtension(Writable extension) -
Uses of Writable in network.aika.neuron.activation
Fields in network.aika.neuron.activation declared as Writable Modifier and Type Field Description WritableActivation. extension -
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
-