SHOGUN  v3.2.0
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

◆ GET_VECTOR_DECL

#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);
double float64_t
Definition: common.h:48

Definition at line 63 of file StreamingAsciiFile.h.


SHOGUN Machine Learning Toolbox - Documentation