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

浏览源代码.

class  CSparsePreprocessor< ST >
 Template class SparsePreprocessor, base class for preprocessors (cf. CPreprocessor) that apply to CSparseFeatures. 更多...
 

宏定义

#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:19

在文件 SparseFeatures.cpp619 行定义.


SHOGUN 机器学习工具包 - 项目文档