PLearn 0.1
|
a VMField contains a fieldname and a fieldtype More...
#include <VMField.h>
Public Types | |
enum | FieldType { UnknownType = 0, Continuous, DiscrGeneral, DiscrMonotonic, DiscrFloat, Date } |
Public Member Functions | |
VMField (const string &the_name="", FieldType the_fieldtype=UnknownType) | |
VMField. | |
bool | operator== (const VMField &other) const |
bool | operator!= (const VMField &other) const |
Public Attributes | |
string | name |
FieldType | fieldtype |
Definition at line 61 of file VMField.h.
{ UnknownType = 0, Continuous, DiscrGeneral, DiscrMonotonic, DiscrFloat, Date };
PLearn::VMField::VMField | ( | const string & | the_name = "" , |
FieldType | the_fieldtype = UnknownType |
||
) |
Definition at line 57 of file VMField.cc.
{
return !((*this)==other);
}
Definition at line 72 of file VMField.h.
Referenced by PLearn::BasisSelectionRegressor::appendCandidateFunctionsOfSingleField(), PLearn::ConvertToPyObject< VMField >::newPyObject(), PLearn::operator<<(), operator==(), PLearn::operator>>(), and PLearn::VMatrix::printFieldInfo().
string PLearn::VMField::name |
Definition at line 71 of file VMField.h.
Referenced by PLearn::BasisSelectionRegressor::appendCandidateFunctionsOfSingleField(), PLearn::DatedJoinVMatrix::build_(), PLearn::ConvertToPyObject< VMField >::newPyObject(), PLearn::operator<<(), operator==(), PLearn::operator>>(), and PLearn::VMatrix::printFieldInfo().