SHOGUN
v3.2.0
src
shogun
features
宏定义
DenseFeatures.cpp 文件参考
浏览源代码.
宏定义
#define
GET_FEATURE_TYPE
(f_type, sg_type)
宏定义说明
◆
GET_FEATURE_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