#include <GramVMatrix.h>
Inheritance diagram for PLearn::GramVMatrix:
Public Member Functions | |
GramVMatrix () | |
Default constructor. | |
virtual void | build () |
Simply calls inherited::build() then build_(). | |
virtual void | makeDeepCopyFromShallowCopy (map< const void *, void * > &copies) |
Transforms a shallow copy into a deep copy. | |
PLEARN_DECLARE_OBJECT (GramVMatrix) | |
Public Attributes | |
Ker | kernel |
int | verbosity |
Static Protected Member Functions | |
void | declareOptions (OptionList &ol) |
Declares this class' options. | |
Private Types | |
typedef MemoryVMatrix | inherited |
Private Member Functions | |
void | build_ () |
This does the actual building. |
|
Reimplemented from PLearn::MemoryVMatrix. Definition at line 58 of file GramVMatrix.h. |
|
Default constructor.
Definition at line 53 of file GramVMatrix.cc. |
|
Simply calls inherited::build() then build_().
Reimplemented from PLearn::MemoryVMatrix. Definition at line 100 of file GramVMatrix.cc. References build_(). |
|
This does the actual building.
Reimplemented from PLearn::MemoryVMatrix. Definition at line 109 of file GramVMatrix.cc. References PLearn::endl(), kernel, PLearn::TMat< T >::resize(), and verbosity. Referenced by build(). |
|
Declares this class' options.
Reimplemented from PLearn::MemoryVMatrix. Definition at line 67 of file GramVMatrix.cc. References PLearn::declareOption(), PLearn::OptionList, and PLearn::redeclareOption(). |
|
Transforms a shallow copy into a deep copy.
Reimplemented from PLearn::MemoryVMatrix. Definition at line 133 of file GramVMatrix.cc. References PLERROR. |
|
|
|
Definition at line 72 of file GramVMatrix.h. Referenced by build_(). |
|
Definition at line 73 of file GramVMatrix.h. Referenced by build_(). |