类 | |
| 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) |