#include <AutoVMatrix.h>
Inheritance diagram for PLearn::AutoVMatrix:
Public Member Functions | |
PLEARN_DECLARE_OBJECT (AutoVMatrix) | |
AutoVMatrix (const string &the_specification="") | |
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. | |
Public Attributes | |
string | specification |
Static Protected Member Functions | |
void | declareOptions (OptionList &ol) |
Declares this class' options. | |
Private Types | |
typedef ForwardVMatrix | inherited |
Private Member Functions | |
void | build_ () |
This does the actual building. |
Definition at line 55 of file AutoVMatrix.h.
|
Reimplemented from PLearn::ForwardVMatrix. Definition at line 60 of file AutoVMatrix.h. |
|
Definition at line 56 of file AutoVMatrix.cc. References build_(). |
|
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::ForwardVMatrix. Definition at line 136 of file AutoVMatrix.cc. References build_(). |
|
This does the actual building.
Reimplemented from PLearn::ForwardVMatrix. Definition at line 128 of file AutoVMatrix.cc. References PLearn::getDataSet(), and specification. Referenced by AutoVMatrix(), and build(). |
|
Declares this class' options.
Reimplemented from PLearn::ForwardVMatrix. Definition at line 60 of file AutoVMatrix.cc. References PLearn::declareOption(), PLearn::OptionList, and PLearn::redeclareOption(). |
|
Transforms a shallow copy into a deep copy.
Reimplemented from PLearn::ForwardVMatrix. Definition at line 145 of file AutoVMatrix.cc. |
|
|
|
Definition at line 70 of file AutoVMatrix.h. Referenced by build_(). |