SHOGUN  v3.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Macros
StreamingAsciiFile.h File Reference

Go to the source code of this file.

Classes

class  CStreamingAsciiFile
 Class StreamingAsciiFile to read vector-by-vector from ASCII files. More...

Macros

#define GET_VECTOR_DECL(sg_type)

Macro Definition Documentation

#define GET_VECTOR_DECL (   sg_type)
Value:
virtual void get_vector \
(sg_type*& vector, int32_t& len); \
\
virtual void get_vector_and_label \
(sg_type*& vector, int32_t& len, float64_t& label); \
\
virtual void get_string \
(sg_type*& vector, int32_t& len); \
\
virtual void get_string_and_label \
(sg_type*& vector, int32_t& len, float64_t& label); \
\
virtual void get_sparse_vector \
(SGSparseVectorEntry<sg_type>*& vector, int32_t& len); \
\
virtual void get_sparse_vector_and_label \
(SGSparseVectorEntry<sg_type>*& vector, int32_t& len, float64_t& label);

Definition at line 63 of file StreamingAsciiFile.h.


SHOGUN Machine Learning Toolbox - Documentation