Uses of Interface
org.joone.engine.Learner

Packages that use Learner
org.joone.engine   
 

Uses of Learner in org.joone.engine
 

Classes in org.joone.engine that implement Learner
 class AbstractLearner
          This class provides some basic simple functionality that can be used (extended) by other learners.
 class BasicLearner
           
 class BatchLearner
          BatchLearner stores the weight/bias changes during the batch and updates them after the batch is done.
 class ExtendableLearner
          Learners that extend this class are forced to implement certain functions, a so-called skeleton.
 class RpropLearner
          This class implements the RPROP learning algorithm.
 class RTRLLearnerFactory.RTRLLearner
          The learner we will return from this factory.
 

Fields in org.joone.engine declared as Learner
protected  Learner Layer.myLearner
          The Learner for this layer.
protected  Learner Synapse.myLearner
           
 

Methods in org.joone.engine that return Learner
 Learner TanhLayer.getLearner()
          Deprecated. - Used only for backward compatibility
 Learner Learnable.getLearner()
           
 Learner KohonenSynapse.getLearner()
          Deprecated. - Used only for backward compatibility
 Learner Layer.getLearner()
          Returns the appropriate Learner object for this class depending on the Monitor.learningMode property value
 Learner LogarithmicLayer.getLearner()
          Deprecated. - Used only for backward compatibility
 Learner SangerSynapse.getLearner()
          Deprecated. - Used only for backward compatibility
 Learner SigmoidLayer.getLearner()
          Deprecated. - Used only for backward compatibility
 Learner Synapse.getLearner()
          Returns the appropriate Learner object for this class depending on the Monitor.learningMode property value
 Learner BiasedLinearLayer.getLearner()
          Deprecated. - Used only for backward compatibility
 Learner Monitor.getLearner()
          Gets a learner for a synapse or layer.
 Learner FullSynapse.getLearner()
          Deprecated. - Used only for backward compatibility
 Learner Monitor.getLearner(int index)
          Getter for the Learner declared at position 'index'
 Learner LearnerFactory.getLearner(Monitor aMonitor)
          Gets a learner for a synapse or layer.
 Learner RTRLLearnerFactory.getLearner(Monitor monitor)
          Return a suitable learner, part of the learner factory interface
 



Submit Feedback to pmarrone@users.sourceforge.net