|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.nengo.math.impl.AbstractFunction
ca.nengo.model.plasticity.impl.AbstractRealLearningFunction
ca.nengo.model.plasticity.impl.ErrorLearningFunction
public class ErrorLearningFunction
A learning function that uses information from the ensemble to modulate the rate of synaptic change.
| Field Summary |
|---|
| Fields inherited from class ca.nengo.math.impl.AbstractFunction |
|---|
DIMENSION_PROPERTY |
| Constructor Summary | |
|---|---|
ErrorLearningFunction(float[] gain,
float[][] encoders)
Requires information from the post population to modulate learning. |
|
| Method Summary | |
|---|---|
ErrorLearningFunction |
clone()
|
| Methods inherited from class ca.nengo.model.plasticity.impl.AbstractRealLearningFunction |
|---|
map |
| Methods inherited from class ca.nengo.math.impl.AbstractFunction |
|---|
getDimension, multiMap |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ErrorLearningFunction(float[] gain,
float[][] encoders)
gain - Gain (scale) of the neurons in the post populationencoders - Encoders (phi tilde) of the neurons in the post population| Method Detail |
|---|
public ErrorLearningFunction clone()
throws java.lang.CloneNotSupportedException
clone in interface Functionclone in class AbstractRealLearningFunctionjava.lang.CloneNotSupportedExceptionObject.clone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||