SHOGUN  4.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules 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/config.h>
15 
16 #include <shogun/lib/common.h>
18 
19 namespace shogun
20 {
21 
28  BmrmStatistics svm_ncbm_solver(
29  CDualLibQPBMSOSVM *machine,
30  float64_t *w,
31  float64_t TolRel,
32  float64_t TolAbs,
33  float64_t _lambda,
34  uint32_t _BufSize,
35  bool cleanICP,
36  uint32_t cleanAfter,
37  bool is_convex = false,
38  bool line_search = true,
39  bool verbose = false
40  );
41 }
42 #endif /* libncbm_h */
double float64_t
Definition: common.h:50
all of classes and functions are contained in the shogun namespace
Definition: class_list.h:18
BmrmStatistics svm_ncbm_solver(CDualLibQPBMSOSVM *machine, float64_t *w, float64_t TolRel, float64_t TolAbs, float64_t _lambda, uint32_t _BufSize, bool cleanICP, uint32_t cleanAfter, bool is_convex, bool line_search, bool verbose)
Definition: libncbm.cpp:309

SHOGUN Machine Learning Toolbox - Documentation