Uses of Class
org.neuroph.core.events.LearningEvent

Packages that use LearningEvent
org.neuroph.core.events Provides neural network learning events system 
org.neuroph.core.learning Provides base classes for neural network learning algorithms. 
 

Uses of LearningEvent in org.neuroph.core.events
 

Methods in org.neuroph.core.events with parameters of type LearningEvent
 void LearningEventListener.handleLearningEvent(LearningEvent event)
          This method gets executed when LearningRule fires LearningEvent which some class is listening to.
 

Uses of LearningEvent in org.neuroph.core.learning
 

Methods in org.neuroph.core.learning with parameters of type LearningEvent
protected  void LearningRule.fireLearningEvent(LearningEvent evt)
           
 



Copyright © 2012. All Rights Reserved.