mosaic.sim.neuron
Interface Synapse.LearningMethod
- All Known Implementing Classes:
- SOMLearningMethod
- Enclosing class:
- Synapse
- public static interface Synapse.LearningMethod
This interface is used for external learning algorithms that are
non-local to the synapse. The default implementation of
postNeuronFired() calls the LearningMethod, if it has been registered
previously (and postNeutonFired() was not overridden).
Obviuosly, since this abstract class does not have any synaptic
parameters, the LearningMethod will depend on the implementation of the
synapse.
- See Also:
Synapse.learningMethod
,
Synapse.postNeuronFired()
changeParameters
public void changeParameters(Synapse sender)