SHOGUN  v3.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
LOOCrossValidationSplitting.cpp
Go to the documentation of this file.
00001 /*
00002  * This program is free software; you can redistribute it and/or modify
00003  * it under the terms of the GNU General Public License as published by
00004  * the Free Software Foundation; either version 3 of the License, or
00005  * (at your option) any later version.
00006  *
00007  * Written (W) 2013 Saurabh Mahindre
00008  */
00009 
00010 #include <shogun/evaluation/LOOCrossValidationSplitting.h>
00011 #include <shogun/labels/Labels.h>
00012 
00013 using namespace shogun;
00014 
00015 CLOOCrossValidationSplitting::CLOOCrossValidationSplitting() :
00016     CCrossValidationSplitting()
00017 {}
00018 
00019 CLOOCrossValidationSplitting::CLOOCrossValidationSplitting(
00020         CLabels* labels) :
00021     CCrossValidationSplitting(labels, labels->get_num_labels())
00022 {}
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

SHOGUN Machine Learning Toolbox - Documentation