#include <SDBVMat.h>
Inheritance diagram for PLearn::SDBVMFieldDateGreater:
Public Member Functions | |
SDBVMFieldDateGreater (SDBVMSource source, PDate the_ref) | |
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. | |
virtual real | getDiscreteValue (const SDBWithStats &sdb, const Row &row) const |
Protected Attributes | |
PDate | ref |
Private Types | |
typedef SDBVMFieldDiscrete | inherited |
Definition at line 664 of file SDBVMat.h.
|
Reimplemented from PLearn::SDBVMFieldDiscrete. |
|
< true or false |
|
This function is implemented as a call to a virtual function getDiscreteValue(), followed by a call to setOutput of the OutputCoder. Reimplemented from PLearn::SDBVMFieldDiscrete. Definition at line 631 of file SDBVMat.cc. References PLearn::SDBVMSource::getValue(), ref, and PLearn::Vec. |
|
Width that the field occupies in the VMat.
Reimplemented from PLearn::SDBVMFieldDiscrete. Definition at line 642 of file SDBVMat.cc. |
|
This function must be overridden in derived classes to get the correctly-mapped discrete value obtained from the SDB. The semantics prescribe missing values to be remapped to missing_values_mapping_. Implements PLearn::SDBVMFieldDiscrete. Definition at line 647 of file SDBVMat.cc. References PLearn::SDBVMSource::getValue(), PLearn::FieldValue::isMissing(), ref, and PLearn::FieldValue::toDate(). |
|
Definition at line 669 of file SDBVMat.h. Referenced by convertField(), and getDiscreteValue(). |