SHOGUN  3.2.1
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
| 宏定义
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);

在文件 StreamingAsciiFile.h63 行定义.


SHOGUN 机器学习工具包 - 项目文档