|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractSpikeLearningFunction | |
|---|---|
| ca.nengo.model.plasticity.impl | |
| Uses of AbstractSpikeLearningFunction in ca.nengo.model.plasticity.impl |
|---|
| Subclasses of AbstractSpikeLearningFunction in ca.nengo.model.plasticity.impl | |
|---|---|
class |
InSpikeErrorFunction
A learning function that uses information from the ensemble to modulate the rate of synaptic change. |
class |
OutSpikeErrorFunction
A learning function that uses information from the ensemble to modulate the rate of synaptic change. |
| Methods in ca.nengo.model.plasticity.impl that return AbstractSpikeLearningFunction | |
|---|---|
AbstractSpikeLearningFunction |
AbstractSpikeLearningFunction.clone()
|
AbstractSpikeLearningFunction |
SpikePlasticityRule.getOnInSpike()
|
AbstractSpikeLearningFunction |
SpikePlasticityRule.getOnOutSpike()
|
| Methods in ca.nengo.model.plasticity.impl with parameters of type AbstractSpikeLearningFunction | |
|---|---|
void |
SpikePlasticityRule.setOnInSpike(AbstractSpikeLearningFunction function)
|
void |
SpikePlasticityRule.setOnOutSpike(AbstractSpikeLearningFunction function)
|
| Constructors in ca.nengo.model.plasticity.impl with parameters of type AbstractSpikeLearningFunction | |
|---|---|
SpikePlasticityRule(AbstractSpikeLearningFunction onInSpike,
AbstractSpikeLearningFunction onOutSpike,
java.lang.String originName,
java.lang.String modTermName)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||