PLearn 0.1
|
Simple class representing one sample (given by its index) with a string of '0' and '1' where '0' represents a missing value and '1' a non-missing one. More...
Public Attributes | |
int | index |
string | missing_flags |
Simple class representing one sample (given by its index) with a string of '0' and '1' where '0' represents a missing value and '1' a non-missing one.
Definition at line 114 of file ReorderByMissingVMatrix.cc.
Definition at line 115 of file ReorderByMissingVMatrix.cc.
Referenced by PLearn::ReorderByMissingVMatrix::build_().
Definition at line 116 of file ReorderByMissingVMatrix.cc.
Referenced by PLearn::ReorderByMissingVMatrix::build_(), and PLearn::compareIndexAndMissingFlags::operator()().