Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

PLearn::Measurer Class Reference

#include <Measurer.h>

Inheritance diagram for PLearn::Measurer:

Inheritance graph
[legend]
List of all members.

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 ()

Constructor & Destructor Documentation

PLearn::Measurer::~Measurer  )  [virtual]
 

Definition at line 50 of file Measurer.cc.


Member Function Documentation

virtual void PLearn::Measurer::measure int  t  )  [inline, virtual]
 

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.

virtual bool PLearn::Measurer::measure int  t,
const Vec costs
[inline, virtual]
 

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().


The documentation for this class was generated from the following files:
Generated on Tue Aug 17 16:24:07 2004 for PLearn by doxygen 1.3.7