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

浏览源代码.

class  CModelSelectionParameters
 Class to select parameters and their ranges for model selection. The structure is organized as a tree with different kinds of nodes, depending on the values of its member variables of name and CSGObject. 更多...
 

枚举

enum  ERangeType { R_LINEAR, R_EXP, R_LOG }
 
enum  EMSParamType {
  MSPT_NONE =0, MSPT_FLOAT64, MSPT_INT32, MSPT_FLOAT64_VECTOR,
  MSPT_INT32_VECTOR, MSPT_FLOAT64_SGVECTOR, MSPT_INT32_SGVECTOR
}
 

函数

template<class T >
SGVector< T > create_range_array (T min, T max, ERangeType type, T step, T type_base)
 

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