SHOGUN  v3.2.0
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
宏定义
SparseFeatures.cpp 文件参考

浏览源代码.

宏定义

#define GET_FEATURE_TYPE(sg_type, f_type)
 

宏定义说明

#define GET_FEATURE_TYPE (   sg_type,
  f_type 
)
值:
template<> EFeatureType CSparseFeatures<sg_type>::get_feature_type() const \
{ \
return f_type; \
}
EFeatureType
shogun feature type
Definition: FeatureTypes.h:16

在文件 SparseFeatures.cpp612 行定义.


SHOGUN Machine Learning Toolbox - Documentation