slep_mc_tree_lr.h

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  * Copyright (W) 2012 Sergey Lisitsyn
00008  */
00009 
00010 #ifndef SLEP_MC_TREE_LR_H_
00011 #define SLEP_MC_TREE_LR_H_
00012 #include <shogun/lib/config.h>
00013 #ifdef HAVE_EIGEN3
00014 #include <shogun/lib/slep/slep_options.h>
00015 #include <shogun/features/DotFeatures.h>
00016 #include <shogun/labels/MulticlassLabels.h>
00017 
00018 namespace shogun
00019 {
00020 
00029 slep_result_t slep_mc_tree_lr(
00030         CDotFeatures* features,
00031         CMulticlassLabels* labels,
00032         float64_t z,
00033         const slep_options& options);
00034 
00035 };
00036 #endif /* HAVE_EIGEN3 */
00037 #endif /* SLEP_MC_TREE_LR_H_ */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

SHOGUN Machine Learning Toolbox - Documentation