|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--mosaic.sim.neuron.simulations.SOMLearningMethod
Note that we do NOT use weight normalization after each learning cycle here - this is closer to the biological model.
Field Summary | |
protected SOMPanel |
panel
|
protected java.util.HashSet |
synapsesDoneInCycle
|
Constructor Summary | |
SOMLearningMethod(SOMPanel panel)
|
Method Summary | |
void |
changeParameters(Synapse sender)
|
void |
startNewCycle()
|
Methods inherited from class java.lang.Object |
|
Field Detail |
protected SOMPanel panel
protected java.util.HashSet synapsesDoneInCycle
Constructor Detail |
public SOMLearningMethod(SOMPanel panel)
Method Detail |
public void changeParameters(Synapse sender)
changeParameters
in interface Synapse.LearningMethod
public void startNewCycle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |