#include <InputData.h>
Public Member Functions | |
| Example (double *pValues, const int classIdx, const string &fileName="") | |
| The constructor that create the object example. | |
Public Attributes | |
| double * | pValues |
| The values of the example (1..numColumns). | |
| vector< double > | weights |
| The weights of the example. | |
| int | classIdx |
| The index of the example. | |
| string | fileName |
| The filename of the example. | |
Definition at line 213 of file InputData.h.
|
||||||||||||||||
|
The constructor that create the object example.
Definition at line 224 of file InputData.h. |
1.4.5