PLearn 0.1
Public Attributes
PLearn::IndexAndMissingFlags Struct Reference

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...

Collaboration diagram for PLearn::IndexAndMissingFlags:
Collaboration graph
[legend]

List of all members.

Public Attributes

int index
string missing_flags

Detailed Description

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.


Member Data Documentation

Definition at line 115 of file ReorderByMissingVMatrix.cc.

Referenced by PLearn::ReorderByMissingVMatrix::build_().


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines