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

PLearn::GenerateDecisionPlot Class Reference

#include <GenerateDecisionPlot.h>

Inheritance diagram for PLearn::GenerateDecisionPlot:

Inheritance graph
[legend]
Collaboration diagram for PLearn::GenerateDecisionPlot:

Collaboration graph
[legend]
List of all members.

Public Types

typedef Object inherited

Public Member Functions

 GenerateDecisionPlot ()
virtual void run ()
 Overload this for runnable objects (default method issues a runtime error).

virtual void build ()
 Should call simply inherited::build(), then this class's build_().

virtual void makeDeepCopyFromShallowCopy (map< const void *, void * > &copies)
 Transforms a shallow copy into a deep copy.

 PLEARN_DECLARE_OBJECT (GenerateDecisionPlot)
 Declares name and deepCopy methods.


Public Attributes

string basename
PP< PLearnerlearner
int nx
int ny
bool include_datapoint_grid
real xmin
real xmax
real ymin
real ymax
string save_learner_as

Static Protected Member Functions

void declareOptions (OptionList &ol)
 Declares this class' options.


Private Member Functions

void build_ ()
 This does the actual building.


Member Typedef Documentation

typedef Object PLearn::GenerateDecisionPlot::inherited
 

Reimplemented from PLearn::Object.

Definition at line 62 of file GenerateDecisionPlot.h.


Constructor & Destructor Documentation

PLearn::GenerateDecisionPlot::GenerateDecisionPlot  ) 
 

Definition at line 459 of file GenerateDecisionPlot.cc.

References MISSING_VALUE.


Member Function Documentation

void PLearn::GenerateDecisionPlot::build  )  [virtual]
 

Should call simply inherited::build(), then this class's build_().

This method should be callable again at later times, after modifying some option fields to change the "architecture" of the object.

Reimplemented from PLearn::Object.

Definition at line 547 of file GenerateDecisionPlot.cc.

References build_().

void PLearn::GenerateDecisionPlot::build_  )  [private]
 

This does the actual building.

Reimplemented from PLearn::Object.

Definition at line 509 of file GenerateDecisionPlot.cc.

Referenced by build().

void PLearn::GenerateDecisionPlot::declareOptions OptionList ol  )  [static, protected]
 

Declares this class' options.

Reimplemented from PLearn::Object.

Definition at line 472 of file GenerateDecisionPlot.cc.

References PLearn::declareOption(), and PLearn::OptionList.

void PLearn::GenerateDecisionPlot::makeDeepCopyFromShallowCopy map< const void *, void * > &  copies  )  [virtual]
 

Transforms a shallow copy into a deep copy.

Definition at line 554 of file GenerateDecisionPlot.cc.

PLearn::GenerateDecisionPlot::PLEARN_DECLARE_OBJECT GenerateDecisionPlot   ) 
 

Declares name and deepCopy methods.

void PLearn::GenerateDecisionPlot::run  )  [virtual]
 

Overload this for runnable objects (default method issues a runtime error).

Reimplemented from PLearn::Object.

Definition at line 521 of file GenerateDecisionPlot.cc.

References PLearn::DX_create_dataset_outputs_file(), PLearn::DX_create_grid_outputs_file(), PLearn::endl(), include_datapoint_grid, learner, nx, ny, PLearn::save(), save_learner_as, xmax, xmin, ymax, and ymin.


Member Data Documentation

string PLearn::GenerateDecisionPlot::basename
 

Definition at line 68 of file GenerateDecisionPlot.h.

bool PLearn::GenerateDecisionPlot::include_datapoint_grid
 

Definition at line 72 of file GenerateDecisionPlot.h.

Referenced by run().

PP<PLearner> PLearn::GenerateDecisionPlot::learner
 

Definition at line 69 of file GenerateDecisionPlot.h.

Referenced by run().

int PLearn::GenerateDecisionPlot::nx
 

Definition at line 70 of file GenerateDecisionPlot.h.

Referenced by run().

int PLearn::GenerateDecisionPlot::ny
 

Definition at line 71 of file GenerateDecisionPlot.h.

Referenced by run().

string PLearn::GenerateDecisionPlot::save_learner_as
 

Definition at line 74 of file GenerateDecisionPlot.h.

Referenced by run().

real PLearn::GenerateDecisionPlot::xmax
 

Definition at line 73 of file GenerateDecisionPlot.h.

Referenced by run().

real PLearn::GenerateDecisionPlot::xmin
 

Definition at line 73 of file GenerateDecisionPlot.h.

Referenced by run().

real PLearn::GenerateDecisionPlot::ymax
 

Definition at line 73 of file GenerateDecisionPlot.h.

Referenced by run().

real PLearn::GenerateDecisionPlot::ymin
 

Definition at line 73 of file GenerateDecisionPlot.h.

Referenced by run().


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