NeuralNetObserver Class Reference

An observer interface called during NeuralNet operations. More...

Public Member Functions

virtual ~NeuralNetObserver ()
 virtual destructor More...
 
virtual void onStepDone ()
 called just after a complete step has been done More...
 

Detailed Description

An observer interface called during NeuralNet operations.

Subclass it and implements the method accordlying on what you need to be notified

Definition at line 39 of file neuralnet.h.

Constructor & Destructor Documentation

virtual ~NeuralNetObserver ( )
inlinevirtual

virtual destructor

Definition at line 42 of file neuralnet.h.

Member Function Documentation

virtual void onStepDone ( )
inlinevirtual

called just after a complete step has been done

Definition at line 44 of file neuralnet.h.

Referenced by NeuralNet::step().


The documentation for this class was generated from the following file: