SHOGUN
6.0.0
|
Go to the source code of this file.
Macros | |
#define | GET_VECTOR(fname, conv, sg_type) |
#define | GET_VECTOR_AND_LABEL(fname, conv, sg_type) |
#define | GET_STRING(fname, conv, sg_type) |
#define | GET_STRING_AND_LABEL(fname, conv, sg_type) |
#define | GET_SPARSE_VECTOR(fname, conv, sg_type) |
#define | GET_SPARSE_VECTOR_AND_LABEL(fname, conv, sg_type) |
#define GET_SPARSE_VECTOR | ( | fname, | |
conv, | |||
sg_type | |||
) |
Definition at line 133 of file StreamingFile.cpp.
#define GET_SPARSE_VECTOR_AND_LABEL | ( | fname, | |
conv, | |||
sg_type | |||
) |
Definition at line 159 of file StreamingFile.cpp.
#define GET_STRING | ( | fname, | |
conv, | |||
sg_type | |||
) |
Definition at line 83 of file StreamingFile.cpp.
#define GET_STRING_AND_LABEL | ( | fname, | |
conv, | |||
sg_type | |||
) |
Definition at line 108 of file StreamingFile.cpp.
#define GET_VECTOR | ( | fname, | |
conv, | |||
sg_type | |||
) |
Dummy implementations of all the functions declared in the header file.
The derived class should reimplement whichever functions it needs to use.
If this is not done, the default implementation sets the vector to NULL and number of features to -1.
Definition at line 33 of file StreamingFile.cpp.
#define GET_VECTOR_AND_LABEL | ( | fname, | |
conv, | |||
sg_type | |||
) |
Definition at line 58 of file StreamingFile.cpp.