#include <Measurer.h>
Inheritance diagram for PLearn::Measurer:

Public Member Functions | |
| virtual bool | measure (int t, const Vec &costs) |
| virtual void | measure (int t) |
| this method is kept temporarily during the transition to the above "measure" standard from the old one below | |
| virtual | ~Measurer () |
|
|
Definition at line 50 of file Measurer.cc. |
|
|
this method is kept temporarily during the transition to the above "measure" standard from the old one below
Definition at line 69 of file Measurer.h. |
|
||||||||||||
|
This method is called at iteration t of a training algorithm, and it can monitor the cost values given the costs vector. The returned value indicates whether training should be stopped (by default shoudl be false). Reimplemented in PLearn::CallbackMeasurer, PLearn::VarMeasurer, and PLearn::Learner. Definition at line 65 of file Measurer.h. References measure(), and PLearn::Vec. Referenced by measure(). |
1.3.7