SHOGUN
v3.2.0
src
shogun
features
streaming
宏定义
StreamingDenseFeatures.cpp 文件参考
浏览源代码.
宏定义
#define
GET_FEATURE_TYPE
(f_type, sg_type)
宏定义说明
§
GET_FEATURE_TYPE
#define GET_FEATURE_TYPE
(
f_type,
sg_type
)
值:
template
<>
EFeatureType
CStreamingDenseFeatures<sg_type>::get_feature_type() const \
{ \
return f_type; \
}
shogun::EFeatureType
EFeatureType
shogun feature type
Definition:
FeatureTypes.h:16
在文件
StreamingDenseFeatures.cpp
第
162
行定义.
SHOGUN
Machine Learning Toolbox - Documentation