SHOGUN
v3.2.0
首页
模块
类
文件
文件列表
文件成员
src
shogun
features
宏定义
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; \
}
shogun::EFeatureType
EFeatureType
shogun feature type
Definition:
FeatureTypes.h:16
在文件
SparseFeatures.cpp
第
612
行定义.
SHOGUN
Machine Learning Toolbox - Documentation