SHOGUN  4.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
LOOCrossValidationSplitting.h
Go to the documentation of this file.
1 /*
2  * This program is free software; you can redistribute it and/or modify
3  * it under the terms of the GNU General Public License as published by
4  * the Free Software Foundation; either version 3 of the License, or
5  * (at your option) any later version.
6  *
7  * Written (W) 2013 Saurabh Mahindre
8  */
9 
10 #ifndef __LOOCROSSVALIDATIONSPLITTING_H_
11 #define __LOOCROSSVALIDATIONSPLITTING_H_
12 
13 #include <shogun/lib/config.h>
14 
16 
17 namespace shogun
18 {
23 {
24 public:
27 
33 
35  virtual const char* get_name() const
36  {
37  return "LOOCrossValidationSplitting";
38  }
39 
40 };
41 }
42 
43 #endif /* __LOOCROSSVALIDATIONSPLITTING_H_ */
44 
45 
The class Labels models labels, i.e. class assignments of objects.
Definition: Labels.h:43
Implementation of Leave one out cross-validation on the base of CCrossValidationSplitting. Produces subset index sets consisting of one element,for each label.
all of classes and functions are contained in the shogun namespace
Definition: class_list.h:18
Implementation of normal cross-validation on the base of CSplittingStrategy. Produces subset index se...

SHOGUN Machine Learning Toolbox - Documentation