SHOGUN  v3.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
slep_mc_tree_lr.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  * Copyright (W) 2012 Sergey Lisitsyn
8  */
9 
10 #ifndef SLEP_MC_TREE_LR_H_
11 #define SLEP_MC_TREE_LR_H_
12 #include <shogun/lib/config.h>
13 #ifdef HAVE_EIGEN3
17 
18 namespace shogun
19 {
20 
29 slep_result_t slep_mc_tree_lr(
30  CDotFeatures* features,
31  CMulticlassLabels* labels,
32  float64_t z,
33  const slep_options& options);
34 
35 };
36 #endif /* HAVE_EIGEN3 */
37 #endif /* SLEP_MC_TREE_LR_H_ */

SHOGUN Machine Learning Toolbox - Documentation