#include <VMField.h>
Collaboration diagram for PLearn::VMField:
Public Types | |
enum | FieldType { UnknownType = 0, Continuous, DiscrGeneral, DiscrMonotonic, DiscrFloat, Date } |
Public Member Functions | |
VMField (const string &the_name="", FieldType the_fieldtype=UnknownType) | |
VMField *. | |
Public Attributes | |
string | name |
FieldType | fieldtype |
Definition at line 57 of file VMField.h.
|
|
|
VMField *.
Definition at line 49 of file VMField.cc. |
|
Definition at line 72 of file VMField.h. Referenced by PLearn::VMatrix::printFieldInfo(). |
|
Definition at line 71 of file VMField.h. Referenced by PLearn::DatedJoinVMatrix::build_(), and PLearn::VMatrix::printFieldInfo(). |