Uses of Class
org.joone.engine.AbstractLearner

Packages that use AbstractLearner
org.joone.engine   
 

Uses of AbstractLearner in org.joone.engine
 

Subclasses of AbstractLearner in org.joone.engine
 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.
 



Submit Feedback to pmarrone@users.sourceforge.net