SHOGUN
4.2.0
|
Go to the source code of this file.
Classes | |
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. More... | |
Enumerations | |
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 } |
Functions | |
template<class T > | |
SGVector< T > | create_range_array (T min, T max, ERangeType type, T step, T type_base) |