#include <SDBVMat.h>
Collaboration diagram for PLearn::SDBVMSource:
Public Member Functions | |
SDBVMSource (FieldPtr the_sdbfieldptr) | |
SDBVMSource (PSDBVMField the_sdbvmfieldptr) | |
FieldValue | getValue (const SDBWithStats &sdb, const Row &row) const |
to get the value of this source | |
const FieldStat & | getFieldStat (const SDBWithStats &sdb, const Row &row) const |
to get the statistics for this source (works only if the source is a FieldPtr, produces an error if it's a PSDBVMField) | |
Protected Attributes | |
FieldPtr | sdbfieldptr |
PSDBVMField | sdbvmfieldptr |
Vec | output |
Definition at line 202 of file SDBVMat.h.
|
|
|
Definition at line 213 of file SDBVMat.h. References PLERROR. |
|
to get the statistics for this source (works only if the source is a FieldPtr, produces an error if it's a PSDBVMField)
Definition at line 235 of file SDBVMat.h. References PLearn::FieldPtr::field_index(), PLearn::SDBWithStats::getStat(), and PLERROR. Referenced by PLearn::SDBVMFieldDivSigma::convertField(), and PLearn::SDBVMFieldNormalize::convertField(). |
|
|
|
|
|
|
|