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


Public Member Functions | |
| VecExtendedVMatrix () | |
| default constructor (for automatic deserialization) | |
| VecExtendedVMatrix (VMat underlying, Vec extend_data) | |
| The fieldinfos of the underlying are copied, the extension fieldinfos are left empty (fill them yourself). | |
| PLEARN_DECLARE_OBJECT (VecExtendedVMatrix) | |
| virtual void | build () |
| Should call simply inherited::build(), then this class's build_(). | |
| virtual void | reset_dimensions () |
| in case the dimensions of an underlying vmat has changed, recompute it | |
Protected Member Functions | |
| virtual void | getNewRow (int i, const Vec &v) const |
| This is the only method requiring implementation in subclasses. | |
Static Protected Member Functions | |
| void | declareOptions (OptionList &ol) |
| redefine this in subclasses: call declareOption(...) for each option, and then call inherited::declareOptions(options) ( see the declareOption function further down) | |
Protected Attributes | |
| VMat | underlying_ |
| Vec | extend_data_ |
Private Types | |
| typedef RowBufferedVMatrix | inherited |
Private Member Functions | |
| void | build_ () |
| This does the actual building. | |
Definition at line 62 of file VecExtendedVMatrix.h.
|
|
Reimplemented from PLearn::RowBufferedVMatrix. Definition at line 64 of file VecExtendedVMatrix.h. Referenced by VecExtendedVMatrix(). |
|
|
default constructor (for automatic deserialization)
Definition at line 52 of file VecExtendedVMatrix.cc. |
|
||||||||||||
|
The fieldinfos of the underlying are copied, the extension fieldinfos are left empty (fill them yourself).
Definition at line 56 of file VecExtendedVMatrix.cc. References build(), inherited, and PLearn::Vec. |
|
|
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::VMatrix. Definition at line 65 of file VecExtendedVMatrix.cc. References build_(). Referenced by VecExtendedVMatrix(). |
|
|
This does the actual building.
Reimplemented from PLearn::VMatrix. Definition at line 72 of file VecExtendedVMatrix.cc. References underlying_. Referenced by build(). |
|
|
redefine this in subclasses: call declareOption(...) for each option, and then call inherited::declareOptions(options) ( see the declareOption function further down) ex: static void declareOptions(OptionList& ol) { declareOption(ol, "inputsize", &MyObject::inputsize_, OptionBase::buildoption, "the size of the input\n it must be provided"); declareOption(ol, "weights", &MyObject::weights, OptionBase::learntoption, "the learnt model weights"); inherited::declareOptions(ol); } Reimplemented from PLearn::VMatrix. Definition at line 79 of file VecExtendedVMatrix.cc. References PLearn::declareOption(), and PLearn::OptionList. |
|
||||||||||||
|
This is the only method requiring implementation in subclasses.
Implements PLearn::RowBufferedVMatrix. Definition at line 86 of file VecExtendedVMatrix.cc. References PLearn::TVec< T >::begin(), std::copy(), PLearn::TVec< T >::end(), extend_data_, PLearn::TVec< T >::length(), PLearn::VMatrix::length(), PLERROR, PLearn::TVec< T >::subVec(), underlying_, PLearn::VMat::width(), and PLearn::VMatrix::width(). |
|
|
|
|
|
in case the dimensions of an underlying vmat has changed, recompute it
Reimplemented from PLearn::VMatrix. Definition at line 87 of file VecExtendedVMatrix.h. References extend_data_, PLearn::VMat::length(), PLearn::TVec< T >::length(), underlying_, and PLearn::VMat::width(). |
|
|
Definition at line 95 of file VecExtendedVMatrix.h. Referenced by getNewRow(), and reset_dimensions(). |
|
|
Definition at line 94 of file VecExtendedVMatrix.h. Referenced by build_(), getNewRow(), and reset_dimensions(). |
1.3.7