PLearn 0.1
|
A field that maps exactly 2 SDB fields to a VMatrix segment (abstract) More...
#include <SDBVMat.h>
Public Member Functions | |
SDBVMFieldSource2 (SDBVMSource source1, SDBVMSource source2, real missing_values_mapping=MISSING_VALUE, VMField::FieldType field_type=VMField::UnknownType) | |
Use, e.g. | |
Protected Attributes | |
SDBVMSource | source1_ |
SDBVMSource | source2_ |
Private Types | |
typedef SDBVMField | inherited |
A field that maps exactly 2 SDB fields to a VMatrix segment (abstract)
typedef SDBVMField PLearn::SDBVMFieldSource2::inherited [private] |
Reimplemented in PLearn::SDBVMFieldFunc2.
PLearn::SDBVMFieldSource2::SDBVMFieldSource2 | ( | SDBVMSource | source1, |
SDBVMSource | source2, | ||
real | missing_values_mapping = MISSING_VALUE , |
||
VMField::FieldType | field_type = VMField::UnknownType |
||
) | [inline] |
SDBVMSource PLearn::SDBVMFieldSource2::source1_ [protected] |
Definition at line 324 of file SDBVMat.h.
Referenced by PLearn::SDBVMFieldFunc2::convertField(), and PLearn::SDBVMFieldDateDiff::convertField().
SDBVMSource PLearn::SDBVMFieldSource2::source2_ [protected] |
Definition at line 325 of file SDBVMat.h.
Referenced by PLearn::SDBVMFieldFunc2::convertField(), and PLearn::SDBVMFieldDateDiff::convertField().