#include <GenerateDecisionPlot.h>
Inheritance diagram for PLearn::GenerateDecisionPlot:
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< PLearner > | learner |
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. |
|
Reimplemented from PLearn::Object. Definition at line 62 of file GenerateDecisionPlot.h. |
|
Definition at line 459 of file GenerateDecisionPlot.cc. References MISSING_VALUE. |
|
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_(). |
|
This does the actual building.
Reimplemented from PLearn::Object. Definition at line 509 of file GenerateDecisionPlot.cc. Referenced by build(). |
|
Declares this class' options.
Reimplemented from PLearn::Object. Definition at line 472 of file GenerateDecisionPlot.cc. References PLearn::declareOption(), and PLearn::OptionList. |
|
Transforms a shallow copy into a deep copy.
Definition at line 554 of file GenerateDecisionPlot.cc. |
|
Declares name and deepCopy methods.
|
|
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. |
|
Definition at line 68 of file GenerateDecisionPlot.h. |
|
Definition at line 72 of file GenerateDecisionPlot.h. Referenced by run(). |
|
Definition at line 69 of file GenerateDecisionPlot.h. Referenced by run(). |
|
Definition at line 70 of file GenerateDecisionPlot.h. Referenced by run(). |
|
Definition at line 71 of file GenerateDecisionPlot.h. Referenced by run(). |
|
Definition at line 74 of file GenerateDecisionPlot.h. Referenced by run(). |
|
Definition at line 73 of file GenerateDecisionPlot.h. Referenced by run(). |
|
Definition at line 73 of file GenerateDecisionPlot.h. Referenced by run(). |
|
Definition at line 73 of file GenerateDecisionPlot.h. Referenced by run(). |
|
Definition at line 73 of file GenerateDecisionPlot.h. Referenced by run(). |