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 network.aika.neuron.activation.link -
-
Uses of Synapse in network.aika
Methods in network.aika that return Synapse Modifier and Type Method Description SynapseModel. readSynapse(DataInput in)Methods in network.aika that return types with arguments of type Synapse Modifier and Type Method Description Map<INeuron,Set<Synapse>>Document. getModifiedWeights()Methods in network.aika with parameters of type Synapse Modifier and Type Method Description doublePassiveInputFunction. getActivationValue(Synapse s, Activation outputActivation)voidDocument. notifyWeightModified(Synapse synapse)voidModel. writeSynapse(Synapse s, DataOutput out) -
Uses of Synapse in network.aika.lattice
Fields in network.aika.lattice with type parameters of type Synapse Modifier and Type Field Description static 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, 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 Comparator<Synapse>Synapse. INPUT_SYNAPSE_COMPstatic Comparator<Synapse>Synapse. OUTPUT_SYNAPSE_COMPMethods in network.aika.neuron that return Synapse Modifier and Type Method Description static SynapseSynapse. createOrReplace(Document doc, Integer synapseId, Neuron inputNeuron, Neuron outputNeuron, Synapse.SynapseFactory synapseFactory)SynapseSynapse.SynapseFactory. createSynapse(Neuron input, Neuron output, Integer id)SynapseINeuron. getMaxInputSynapse(Synapse.State state)SynapseSynapse.Builder. getSynapse(Neuron outputNeuron)SynapseNeuron. getSynapseById(int synapseId)SynapseNeuron. selectInputSynapse(Neuron inputNeuron, Predicate<Synapse> filter)Methods in network.aika.neuron that return types with arguments of type Synapse Modifier and Type Method Description Collection<Synapse>Neuron. getActiveInputSynapses()Active input synapses are those synapses that are currently available in the main memory.Collection<Synapse>Neuron. getActiveOutputSynapses()Collection<Synapse>INeuron. getInputSynapses()Collection<Synapse>INeuron. getOutputSynapses()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(Collection<Synapse> modifiedSynapses)SynapseNeuron. selectInputSynapse(Neuron inputNeuron, 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. getSynapseById(int synapseId)Methods in network.aika.neuron.activation with parameters of type Synapse Modifier and Type Method Description Stream<Link>Activation. getLinksBySynapse(Direction dir, Synapse syn) -
Uses of Synapse in network.aika.neuron.activation.link
Methods in network.aika.neuron.activation.link that return Synapse Modifier and Type Method Description SynapseLink. getSynapse()Methods in network.aika.neuron.activation.link with parameters of type Synapse Modifier and Type Method Description ActivationLinker. computeInputActivation(Synapse s, Activation iAct)voidLinker. link(Synapse s, Activation iAct, Activation oAct)Constructors in network.aika.neuron.activation.link with parameters of type Synapse Constructor Description Link(Synapse s, Activation input, Activation output)
-