11 #ifndef __GRIDSEARCHMODELSELECTION_H_
12 #define __GRIDSEARCHMODELSELECTION_H_
20 class CModelSelectionParameters;
48 return "GridSearchModelSelection";
base class for cross-validation evaluation. Given a learning machine, a splitting strategy...
virtual CParameterCombination * select_model()
Model selection class which searches for the best model by a grid- search. See CModelSelection for de...
Class to select parameters and their ranges for model selection. The structure is organized as a tree...
Abstract base class for model selection. Takes a parameter tree which specifies parameters for model ...
CGridSearchModelSelection()
class that holds ONE combination of parameters for a learning machine. The structure is organized as ...
virtual const char * get_name() const
virtual ~CGridSearchModelSelection()