org.neuroph.core.events
Interface LearningEventListener

All Superinterfaces:
EventListener

public interface LearningEventListener
extends EventListener

This interface is implemented by classes who are listening to learning events (iterations, error etc.) LearningEvent class holds the information about event.

Author:
Zoran Sevarac

Method Summary
 void handleLearningEvent(LearningEvent event)
          This method gets executed when LearningRule fires LearningEvent which some class is listening to.
 

Method Detail

handleLearningEvent

void handleLearningEvent(LearningEvent event)
This method gets executed when LearningRule fires LearningEvent which some class is listening to. For example, if you want to print current iteration, error etc.

Parameters:
event - holds the information about event tha occured


Copyright © 2012. All Rights Reserved.