Package ca.nengo.model.plasticity.impl

Class Summary
AbstractRealLearningFunction Defines the input available to a real-valued learning rule function.
AbstractSpikeLearningFunction Defines the input available to a spike-based learning rule function.
CompositePlasticityRule A PlasticityRule that delegates to underlying spike-based and rate-based rules.
CompositePlasticityRule.NullRule A null plasticity rule that always returns zeros from getDerivative().
ErrorLearningFunction A learning function that uses information from the ensemble to modulate the rate of synaptic change.
InSpikeErrorFunction A learning function that uses information from the ensemble to modulate the rate of synaptic change.
OutSpikeErrorFunction A learning function that uses information from the ensemble to modulate the rate of synaptic change.
RealPlasticityRule A basic implementation of PlasticityRule for real valued input.
SpikePlasticityRule A PlasticityRule that accepts spiking input.