Uses of Class
org.joone.engine.Monitor

Packages that use Monitor
org.joone.engine   
org.joone.engine.learning   
org.joone.engine.listeners   
org.joone.io   
org.joone.net   
org.joone.util   
 

Uses of Monitor in org.joone.engine
 

Fields in org.joone.engine declared as Monitor
protected  Monitor AbstractLearner.monitor
          The saved monitor object.
protected  Monitor AbstractEventNotifier.monitor
           
protected  Monitor Layer.monitor
          The monitor of the layer.
 

Methods in org.joone.engine that return Monitor
 Monitor AbstractLearner.getMonitor()
          Gets the monitor object.
 Monitor NeuralElement.getMonitor()
          Returns the monitor
 Monitor Learnable.getMonitor()
           
 Monitor Synapse.getMonitor()
          Returns the Monitor object attached to the synapse
 Monitor OutputSwitchSynapse.getMonitor()
          Returns the monitor
 Monitor NeuralLayer.getMonitor()
          Returns the monitor object
 Monitor Layer.getMonitor()
          Returns the monitor object
 Monitor Monitor.getParent()
          Getter for property parent.
 

Methods in org.joone.engine with parameters of type Monitor
 Learner LearnerFactory.getLearner(Monitor aMonitor)
          Gets a learner for a synapse or layer.
 void AbstractLearner.setMonitor(Monitor mon)
          Override this method to get the needed parameters from the Monitor object passed as parameter
 void NeuralElement.setMonitor(Monitor newMonitor)
          Sets the Monitor object of the output synapse
 void KohonenSynapse.setMonitor(Monitor newMonitor)
          Sets the Monitor object of the synapse
 void Learner.setMonitor(Monitor mon)
          Used to set the parameters used by this Learner
 void Synapse.setMonitor(Monitor newMonitor)
          Sets the Monitor object of the synapse
 void SimpleLayer.setMonitor(Monitor parm1)
           
 void OutputSwitchSynapse.setMonitor(Monitor newMonitor)
          Sets the Monitor object of the input synapse
 void NeuralLayer.setMonitor(Monitor newMonitor)
          Sets the monitor object
 void Layer.setMonitor(Monitor mon)
          Sets the monitor object
 void Monitor.setParent(Monitor parent)
          Setter for property parent.
 

Constructors in org.joone.engine with parameters of type Monitor
AbstractEventNotifier(Monitor mon)
          Creates a new instance of AbstractEventNotifier
NetErrorManager(Monitor mon, java.lang.String errMsg)
          Constructor that stops and resets the neural network.
NetStoppedEventNotifier(Monitor mon)
          Creates a new instance of netStoppedEventNotifier
NeuralNetEvent(Monitor source)
          The event constructor
 

Uses of Monitor in org.joone.engine.learning
 

Methods in org.joone.engine.learning that return Monitor
 Monitor ComparingSynapse.getMonitor()
          Insert the method's description here.
 Monitor TeachingSynapse.getMonitor()
          Insert the method's description here.
 

Methods in org.joone.engine.learning with parameters of type Monitor
 void AbstractTeacherSynapse.setMonitor(Monitor newMonitor)
          Sets the Monitor object of the Teacher Synapse.
 void ComparingSynapse.setMonitor(Monitor newMonitor)
          Data di creazione: (06/04/00 23.33.24)
 void ComparisonSynapse.setMonitor(Monitor newMonitor)
          Sets the Monitor object of the Teacher Synapse.
 void TeachingSynapse.setMonitor(Monitor newMonitor)
          Inserire qui la descrizione del metodo.
 

Uses of Monitor in org.joone.engine.listeners
 

Methods in org.joone.engine.listeners with parameters of type Monitor
protected  void ConvergenceObserver.fireNetConverged(Monitor aMonitor)
          Fires a net converged event.
protected  void ErrorBasedTerminator.manageCycle(Monitor mon)
           
protected  void ErrorBasedConvergenceObserver.manageCycle(Monitor mon)
           
protected  void DeltaBasedConvergenceObserver.manageCycle(Monitor mon)
           
protected  void ErrorBasedTerminator.manageError(Monitor mon)
           
protected  void ErrorBasedConvergenceObserver.manageError(Monitor mon)
           
protected  void DeltaBasedConvergenceObserver.manageError(Monitor mon)
           
protected  void ErrorBasedTerminator.manageStart(Monitor mon)
           
protected  void ErrorBasedConvergenceObserver.manageStart(Monitor mon)
           
protected  void DeltaBasedConvergenceObserver.manageStart(Monitor mon)
           
protected  void ErrorBasedTerminator.manageStop(Monitor mon)
           
protected  void ErrorBasedConvergenceObserver.manageStop(Monitor mon)
           
protected  void DeltaBasedConvergenceObserver.manageStop(Monitor mon)
           
protected  void ErrorBasedTerminator.manageStopError(Monitor mon, java.lang.String msgErr)
           
protected  void ErrorBasedConvergenceObserver.manageStopError(Monitor mon, java.lang.String msgErr)
           
protected  void DeltaBasedConvergenceObserver.manageStopError(Monitor mon, java.lang.String msgErr)
           
 

Constructors in org.joone.engine.listeners with parameters of type Monitor
ConvergenceEvent(Monitor aSource)
          Creates a new instance of ConvergenceEvent
 

Uses of Monitor in org.joone.io
 

Methods in org.joone.io that return Monitor
 Monitor InputSwitchSynapse.getMonitor()
          Returns the monitor
 

Methods in org.joone.io with parameters of type Monitor
 void InputConnector.setMonitor(Monitor newMonitor)
           
 void InputSwitchSynapse.setMonitor(Monitor newMonitor)
          Sets the Monitor object of the input synapse
 

Uses of Monitor in org.joone.net
 

Methods in org.joone.net that return Monitor
 Monitor NeuralNet.getMonitor()
           
 Monitor NestedNeuralLayer.getMonitor()
           
 

Methods in org.joone.net with parameters of type Monitor
 void NeuralNet.setMonitor(Monitor p1)
           
 void NestedNeuralLayer.setMonitor(Monitor p1)
           
 

Uses of Monitor in org.joone.util
 

Methods in org.joone.util with parameters of type Monitor
protected  void GroovyMacroPlugin.manageCycle(Monitor mon)
           
protected  void SnapshotPlugin.manageCycle(Monitor mon)
          Process one cycle of activity: calls the doSnapshot method to allow for specific snapshot generation by subclasses.
protected abstract  void MonitorPlugin.manageCycle(Monitor mon)
           
protected  void MacroPlugin.manageCycle(Monitor mon)
           
protected  void LinearAnnealing.manageCycle(Monitor mon)
           
protected  void DynamicAnnealing.manageCycle(Monitor mon)
           
protected  void GroovyMacroPlugin.manageError(Monitor mon)
           
protected  void SnapshotPlugin.manageError(Monitor mon)
          Global error is stored along with the monitor, so this method does nothing.
protected abstract  void MonitorPlugin.manageError(Monitor mon)
           
protected  void MacroPlugin.manageError(Monitor mon)
           
protected  void LinearAnnealing.manageError(Monitor mon)
           
protected  void DynamicAnnealing.manageError(Monitor mon)
           
protected  void GroovyMacroPlugin.manageStart(Monitor mon)
           
protected  void SnapshotPlugin.manageStart(Monitor mon)
          Start a new activity session: calls the doStart method to inform subclasses, then generates a snapshot of the initial state of the network.
protected abstract  void MonitorPlugin.manageStart(Monitor mon)
           
protected  void MacroPlugin.manageStart(Monitor mon)
           
protected  void LinearAnnealing.manageStart(Monitor mon)
           
protected  void DynamicAnnealing.manageStart(Monitor mon)
           
protected  void GroovyMacroPlugin.manageStop(Monitor mon)
           
protected  void SnapshotPlugin.manageStop(Monitor mon)
          Stop an activity session: take a snapshot of the final state of the network, then calls the doStop method to inform subclasses
protected abstract  void MonitorPlugin.manageStop(Monitor mon)
           
protected  void MacroPlugin.manageStop(Monitor mon)
           
protected  void LinearAnnealing.manageStop(Monitor mon)
           
protected  void DynamicAnnealing.manageStop(Monitor mon)
           
protected  void GroovyMacroPlugin.manageStopError(Monitor mon, java.lang.String msgErr)
           
protected  void SnapshotRecorder.manageStopError(Monitor mon, java.lang.String msgErr)
           
protected abstract  void MonitorPlugin.manageStopError(Monitor mon, java.lang.String msgErr)
           
protected  void MacroPlugin.manageStopError(Monitor mon, java.lang.String msgErr)
           
protected  void LinearAnnealing.manageStopError(Monitor mon, java.lang.String msgErr)
           
protected  void DynamicAnnealing.manageStopError(Monitor mon, java.lang.String msgErr)
           
protected  boolean MonitorPlugin.toBeManaged(Monitor monitor)
           
 



Submit Feedback to pmarrone@users.sourceforge.net