SHOGUN  v3.2.0
| 宏定义
StreamingAsciiFile.h 文件参考

浏览源代码.

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

宏定义

#define GET_VECTOR_DECL(sg_type)
 

宏定义说明

#define GET_VECTOR_DECL (   sg_type)
值:
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

在文件 StreamingAsciiFile.h63 行定义.


SHOGUN Machine Learning Toolbox - Documentation