|
SHOGUN
v1.1.0
|
Model selection class which searches for the best model by a grid- search. See CModelSelection for details.
Definition at line 26 of file GridSearchModelSelection.h.

Additional Inherited Members | |
Public Attributes inherited from CSGObject | |
| SGIO * | io |
| Parallel * | parallel |
| Version * | version |
| Parameter * | m_parameters |
| Parameter * | m_model_selection_parameters |
Protected Member Functions inherited from CSGObject | |
| virtual void | load_serializable_pre () throw (ShogunException) |
| virtual void | load_serializable_post () throw (ShogunException) |
| virtual void | save_serializable_pre () throw (ShogunException) |
| virtual void | save_serializable_post () throw (ShogunException) |
Protected Attributes inherited from CModelSelection | |
| CModelSelectionParameters * | m_model_parameters |
| CCrossValidation * | m_cross_validation |
constructor
Definition at line 19 of file GridSearchModelSelection.cpp.
| CGridSearchModelSelection | ( | CModelSelectionParameters * | model_parameters, |
| CCrossValidation * | cross_validation | ||
| ) |
constructor
| model_parameters | |
| cross_validation |
Definition at line 25 of file GridSearchModelSelection.cpp.
|
virtual |
destructor
Definition at line 33 of file GridSearchModelSelection.cpp.
|
virtual |
Reimplemented from CModelSelection.
Definition at line 46 of file GridSearchModelSelection.h.
|
virtual |
select model
Implements CModelSelection.
Definition at line 37 of file GridSearchModelSelection.cpp.