Uses of Class
org.joone.engine.NeuralNetEvent

Packages that use NeuralNetEvent
org.joone.engine   
org.joone.engine.learning   
org.joone.net   
org.joone.structure   
org.joone.util   
 

Uses of NeuralNetEvent in org.joone.engine
 

Methods in org.joone.engine with parameters of type NeuralNetEvent
 void GaussianLayer.cicleTerminated(NeuralNetEvent e)
          Updates the Gaussian Size if in learning mode.
 void KohonenSynapse.cicleTerminated(NeuralNetEvent e)
          Changes the learning rate for this synapse depending in the current epoch number.
 void NeuralNetListener.cicleTerminated(NeuralNetEvent e)
           
 void NeuralNetAdapter.cicleTerminated(NeuralNetEvent e)
           
 void GaussianLayer.errorChanged(NeuralNetEvent e)
           
 void KohonenSynapse.errorChanged(NeuralNetEvent e)
          Not implemented.
 void NeuralNetListener.errorChanged(NeuralNetEvent e)
           
 void NeuralNetAdapter.errorChanged(NeuralNetEvent e)
           
 void GaussianLayer.netStarted(NeuralNetEvent e)
          Initialises the time constant used to decrease the size of the spatial map.
 void KohonenSynapse.netStarted(NeuralNetEvent e)
          Initialises any shape sizes such as circular radius and time constant before possible training.
 void NeuralNetListener.netStarted(NeuralNetEvent e)
           
 void NeuralNetAdapter.netStarted(NeuralNetEvent e)
           
 void GaussianLayer.netStopped(NeuralNetEvent e)
           
 void KohonenSynapse.netStopped(NeuralNetEvent e)
          Not implemented.
 void NeuralNetListener.netStopped(NeuralNetEvent e)
           
 void NeuralNetAdapter.netStopped(NeuralNetEvent e)
           
 void GaussianLayer.netStoppedError(NeuralNetEvent e, java.lang.String error)
           
 void KohonenSynapse.netStoppedError(NeuralNetEvent e, java.lang.String error)
          Not implemented.
 void NeuralNetListener.netStoppedError(NeuralNetEvent e, java.lang.String error)
           
 void NeuralNetAdapter.netStoppedError(NeuralNetEvent e, java.lang.String error)
           
 

Uses of NeuralNetEvent in org.joone.engine.learning
 

Methods in org.joone.engine.learning with parameters of type NeuralNetEvent
 void ComparisonSynapse.netStoppedError(NeuralNetEvent e, java.lang.String error)
           
 

Uses of NeuralNetEvent in org.joone.net
 

Methods in org.joone.net with parameters of type NeuralNetEvent
 void NeuralNetValidator.cicleTerminated(NeuralNetEvent e)
           
 void NeuralNet.cicleTerminated(NeuralNetEvent e)
          Not implemented.
 void NeuralNetValidator.errorChanged(NeuralNetEvent e)
           
 void NeuralNet.errorChanged(NeuralNetEvent e)
          Not implemented.
 void NeuralNetValidator.netStarted(NeuralNetEvent e)
           
 void NeuralNet.netStarted(NeuralNetEvent e)
          Not implemented.
 void NeuralNetValidator.netStopped(NeuralNetEvent e)
           
 void NeuralNet.netStopped(NeuralNetEvent e)
          Not implemented.
 void NeuralNetValidator.netStoppedError(NeuralNetEvent e, java.lang.String error)
           
 void NeuralNet.netStoppedError(NeuralNetEvent e, java.lang.String error)
          Stops the execution threads and resets all the layers in the event of an crtitical network error.
 

Uses of NeuralNetEvent in org.joone.structure
 

Methods in org.joone.structure with parameters of type NeuralNetEvent
 void Nakayama.cicleTerminated(NeuralNetEvent e)
           
 void Nakayama.errorChanged(NeuralNetEvent e)
           
 void Nakayama.netStarted(NeuralNetEvent e)
           
 void Nakayama.netStopped(NeuralNetEvent e)
           
 void Nakayama.netStoppedError(NeuralNetEvent e, java.lang.String error)
           
 

Uses of NeuralNetEvent in org.joone.util
 

Methods in org.joone.util with parameters of type NeuralNetEvent
 void NeuralNetRunner.cicleTerminated(NeuralNetEvent e)
           
 void MonitorPlugin.cicleTerminated(NeuralNetEvent e)
          cicleTerminated method.
 void NeuralNetRunner.errorChanged(NeuralNetEvent e)
           
 void MonitorPlugin.errorChanged(NeuralNetEvent e)
           
 void NeuralNetRunner.netStarted(NeuralNetEvent e)
           
 void MonitorPlugin.netStarted(NeuralNetEvent e)
           
 void NeuralNetRunner.netStopped(NeuralNetEvent e)
           
 void MonitorPlugin.netStopped(NeuralNetEvent e)
          netStopped method comment.
 void NeuralNetRunner.netStoppedError(NeuralNetEvent e, java.lang.String error)
           
 void MonitorPlugin.netStoppedError(NeuralNetEvent e, java.lang.String error)
           
 



Submit Feedback to pmarrone@users.sourceforge.net