#include <SDBVMat.h>
Inheritance diagram for PLearn::SDBVMFieldDivSigma:
Public Member Functions | |
SDBVMFieldDivSigma (SDBVMSource source, real missing_values_mapping=MISSING_VALUE) | |
virtual void | convertField (const SDBWithStats &sdb, const Row &row, const Vec &output) const |
virtual int | fieldWidth () const |
Width that the field occupies in the VMat. | |
Private Types | |
typedef SDBVMFieldSource1 | inherited |
Definition at line 366 of file SDBVMat.h.
|
Reimplemented from PLearn::SDBVMFieldSource1. |
|
|
|
Given a database row, convert the appropriate parts to a (preallocated) output vector of the correct width (given by fieldWidth). Replace MISSING_VALUEs by missing_values_mapping. Implements PLearn::SDBVMField. Definition at line 331 of file SDBVMat.cc. References PLearn::SDBVMSource::getFieldStat(), PLearn::SDBVMSource::getValue(), PLearn::FieldStat::stddev(), PLearn::Vec, and x. |
|
Width that the field occupies in the VMat.
Implements PLearn::SDBVMField. Definition at line 340 of file SDBVMat.cc. |