SHOGUN
6.0.0
src
shogun
structure
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
#ifdef USE_GPL_SHOGUN
16
17
#include <
shogun/lib/common.h
>
18
#include <
shogun/structure/libbmrm.h
>
19
20
namespace
shogun
21
{
22
29
BmrmStatistics svm_ncbm_solver(
30
CDualLibQPBMSOSVM *machine,
31
float64_t
*w,
32
float64_t
TolRel,
33
float64_t
TolAbs,
34
float64_t
_lambda,
35
uint32_t _BufSize,
36
bool
cleanICP,
37
uint32_t cleanAfter,
38
bool
is_convex =
false
,
39
bool
line_search =
true
,
40
bool
verbose =
false
41
);
42
}
43
#endif //USE_GPL_SHOGUN
44
#endif
/* libncbm_h */
float64_t
double float64_t
Definition:
common.h:60
libbmrm.h
shogun
all of classes and functions are contained in the shogun namespace
Definition:
class_list.h:18
common.h
SHOGUN
Machine Learning Toolbox - Documentation