SHOGUN
6.0.0
src
shogun
lib
slep
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
11
#ifndef SLEP_MC_TREE_LR_H_
12
#define SLEP_MC_TREE_LR_H_
13
#include <shogun/lib/config.h>
14
#ifdef USE_GPL_SHOGUN
15
#include <
shogun/lib/slep/slep_options.h
>
16
#include <
shogun/features/DotFeatures.h
>
17
#include <
shogun/labels/MulticlassLabels.h
>
18
19
namespace
shogun
20
{
21
30
slep_result_t slep_mc_tree_lr(
31
CDotFeatures* features,
32
CMulticlassLabels* labels,
33
float64_t
z,
34
const
slep_options& options);
35
36
};
37
#endif //USE_GPL_SHOGUN
38
#endif
/* SLEP_MC_TREE_LR_H_ */
39
DotFeatures.h
float64_t
double float64_t
Definition:
common.h:60
MulticlassLabels.h
shogun
all of classes and functions are contained in the shogun namespace
Definition:
class_list.h:18
slep_options.h
SHOGUN
Machine Learning Toolbox - Documentation