SHOGUN
v3.2.0
首页
模块
类
文件
文件列表
文件成员
全部
类
命名空间
文件
函数
变量
类型定义
枚举
枚举值
友元
宏定义
组
src
shogun
features
宏定义
DenseFeatures.cpp 文件参考
浏览源代码.
宏定义
#define
GET_FEATURE_TYPE
(f_type, sg_type)
宏定义说明
#define GET_FEATURE_TYPE
(
f_type,
sg_type
)
值:
template
<>
EFeatureType
CDenseFeatures<sg_type>::get_feature_type() const \
{ \
return f_type; \
}
shogun::EFeatureType
EFeatureType
shogun feature type
Definition:
FeatureTypes.h:16
在文件
DenseFeatures.cpp
第
634
行定义.
SHOGUN
Machine Learning Toolbox - Documentation