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

浏览源代码.

class  CFeatureSelection< ST >
 Template class CFeatureSelection, base class for all feature selection preprocessors which select a subset of features (dimensions in the feature matrix) to achieve a specified number of dimensions, m_target_dim from a given set of features. This class showcases all feature selection algorithms via a generic interface. Supported algorithms are specified by the enum EFeatureSelectionAlgorithm which can be set via set_algorithm() call. Supported wrapper algorithms are. 更多...
 

枚举

enum  EFeatureSelectionAlgorithm { BACKWARD_ELIMINATION, FORWARD_SELECTION }
 
enum  EFeatureRemovalPolicy { N_SMALLEST, PERCENTILE_SMALLEST, N_LARGEST, PERCENTILE_LARGEST }
 

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