mosaic.sim.neuron.simulations
Class SOMLearningMethod

java.lang.Object
  |
  +--mosaic.sim.neuron.simulations.SOMLearningMethod
All Implemented Interfaces:
Synapse.LearningMethod

class SOMLearningMethod
extends java.lang.Object
implements Synapse.LearningMethod

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

panel

protected SOMPanel panel

synapsesDoneInCycle

protected java.util.HashSet synapsesDoneInCycle
Constructor Detail

SOMLearningMethod

public SOMLearningMethod(SOMPanel panel)
Method Detail

changeParameters

public void changeParameters(Synapse sender)
Specified by:
changeParameters in interface Synapse.LearningMethod

startNewCycle

public void startNewCycle()