SHOGUN  v3.2.0
宏定义
DataType.cpp 文件参考

浏览源代码.

宏定义

#define ENTRY_OFFSET(k, type)   ((char*) &((SGSparseVectorEntry<type>*) (k))->entry - (char*) (k))
 

宏定义说明

§ ENTRY_OFFSET

#define ENTRY_OFFSET (   k,
  type 
)    ((char*) &((SGSparseVectorEntry<type>*) (k))->entry - (char*) (k))

在文件 DataType.cpp304 行定义.


SHOGUN Machine Learning Toolbox - Documentation