SHOGUN  v3.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
libncbm.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 (C) 2012 Viktor Gal
8  *
9  */
10 
11 #ifndef libncbm_h
12 #define libncbm_h
13 
14 #include <shogun/lib/common.h>
16 
17 namespace shogun
18 {
19 
26  BmrmStatistics svm_ncbm_solver(
27  CDualLibQPBMSOSVM *machine,
28  float64_t *w,
29  float64_t TolRel,
30  float64_t TolAbs,
31  float64_t _lambda,
32  uint32_t _BufSize,
33  bool cleanICP,
34  uint32_t cleanAfter,
35  bool is_convex = false,
36  bool line_search = true,
37  bool verbose = false
38  );
39 }
40 #endif /* libncbm_h */

SHOGUN Machine Learning Toolbox - Documentation