11 #ifndef __GRIDSEARCHMODELSELECTION_H_ 12 #define __GRIDSEARCHMODELSELECTION_H_ 14 #include <shogun/lib/config.h> 21 class CModelSelectionParameters;
52 virtual const char*
get_name()
const {
return "GridSearchModelSelection"; }
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.
Machine Evaluation is an abstract class that evaluates a machine according to some criterion...
CGridSearchModelSelection()
Class that holds ONE combination of parameters for a learning machine. The structure is organized as ...
virtual CParameterCombination * select_model(bool print_state=false)
all of classes and functions are contained in the shogun namespace
virtual ~CGridSearchModelSelection()
virtual const char * get_name() const