Uses of Class
network.aika.neuron.Synapse
-
Packages that use Synapse Package Description network.aika network.aika.lattice network.aika.neuron network.aika.neuron.activation -
-
Uses of Synapse in network.aika
Methods in network.aika with parameters of type Synapse Modifier and Type Method Description doublePassiveInputFunction. getActivationValue(Synapse s, Activation outputActivation)voidDocument. notifyWeightModified(Synapse synapse) -
Uses of Synapse in network.aika.lattice
Fields in network.aika.lattice with type parameters of type Synapse Modifier and Type Field Description static java.util.Comparator<Synapse>Converter. SYNAPSE_COMPMethod parameters in network.aika.lattice with type arguments of type Synapse Modifier and Type Method Description static booleanConverter. convert(int threadId, Document doc, INeuron neuron, java.util.Collection<Synapse> modifiedSynapses) -
Uses of Synapse in network.aika.neuron
Fields in network.aika.neuron with type parameters of type Synapse Modifier and Type Field Description static java.util.Comparator<Synapse>Synapse. INPUT_SYNAPSE_COMPstatic java.util.Comparator<Synapse>Synapse. OUTPUT_SYNAPSE_COMPMethods in network.aika.neuron that return Synapse Modifier and Type Method Description static SynapseSynapse. createOrReplace(Document doc, java.lang.Integer synapseId, Neuron inputNeuron, Neuron outputNeuron)SynapseSynapse.Builder. getSynapse(Neuron outputNeuron)SynapseNeuron. getSynapseById(int synapseId)static SynapseSynapse. read(java.io.DataInput in, Model m)SynapseNeuron. selectInputSynapse(Neuron inputNeuron, java.util.function.Predicate<Synapse> filter)Methods in network.aika.neuron that return types with arguments of type Synapse Modifier and Type Method Description java.util.Collection<Synapse>Neuron. getInMemoryInputSynapses()java.util.Collection<Synapse>Neuron. getInMemoryOutputSynapses()java.util.Collection<Synapse>INeuron. getInputSynapses()java.util.Collection<Synapse>INeuron. getPassiveInputSynapses()Methods in network.aika.neuron with parameters of type Synapse Modifier and Type Method Description voidINeuron. registerPassiveInputSynapse(Synapse s)voidINeuron.SynapseSummary. updateSynapse(Synapse s)Method parameters in network.aika.neuron with type arguments of type Synapse Modifier and Type Method Description voidINeuron. commit(java.util.Collection<Synapse> modifiedSynapses)SynapseNeuron. selectInputSynapse(Neuron inputNeuron, java.util.function.Predicate<Synapse> filter) -
Uses of Synapse in network.aika.neuron.activation
Methods in network.aika.neuron.activation that return Synapse Modifier and Type Method Description SynapseActivation.Link. getSynapse()SynapseActivation. getSynapseById(int synapseId)Methods in network.aika.neuron.activation with parameters of type Synapse Modifier and Type Method Description ActivationLinker. computeInputActivation(Synapse s, Activation iAct)java.util.stream.Stream<Activation.Link>Activation. getInputLinksBySynapse(Synapse syn)java.util.stream.Stream<Activation.Link>Activation. getOutputLinksBySynapse(Synapse syn)voidLinker. link(Synapse s, Activation iAct, Activation oAct)Constructors in network.aika.neuron.activation with parameters of type Synapse Constructor Description Link(Synapse s, Activation input, Activation output)
-