11 #ifndef __CROSSVALIDATIONSPLITTING_H_ 12 #define __CROSSVALIDATIONSPLITTING_H_ 14 #include <shogun/lib/config.h> 43 return "CrossValidationSplitting";
The class Labels models labels, i.e. class assignments of objects.
Abstract base class for all splitting types. Takes a CLabels instance and generates a desired number ...
virtual void build_subsets()
CCrossValidationSplitting()
: Pseudo random number geneartor
all of classes and functions are contained in the shogun namespace
Implementation of normal cross-validation on the base of CSplittingStrategy. Produces subset index se...
virtual const char * get_name() const