SHOGUN  4.1.0
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
| 宏定义
StreamingAsciiFile.h 文件参考

浏览源代码.

struct  SGSparseVectorEntry< T >
 template class SGSparseVectorEntry 更多...
 
singleton  DynArray< T >
 Template Dynamic array class that creates an array that can be used like a list or an array. 更多...
 
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:50

在文件 StreamingAsciiFile.h71 行定义.


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