SHOGUN  4.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
slep_solver.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) 2012 Sergey Lisitsyn
8  * Copyright (C) 2010-2012 Jun Liu, Jieping Ye
9  */
10 
11 #ifndef SLEP_MT_LOGISTIC_H_
12 #define SLEP_MT_LOGISTIC_H_
13 
14 
15 #include <shogun/lib/config.h>
16 #ifdef USE_GPL_SHOGUN
17 
20 
21 namespace shogun
22 {
23 
38 slep_result_t slep_solver(
39  CDotFeatures* features,
40  double* y,
41  double z,
42  const slep_options& options);
43 
44 };
45 #endif //USE_GPL_SHOGUN
46 #endif /* ----- #ifndef SLEP_LOGISTIC_H_ ----- */
47 
all of classes and functions are contained in the shogun namespace
Definition: class_list.h:18

SHOGUN Machine Learning Toolbox - Documentation