SHOGUN
v3.2.0
src
shogun
structure
libncbm.h
浏览该文件的文档.
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
>
15
#include <
shogun/structure/libbmrm.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 */
float64_t
double float64_t
Definition:
common.h:48
libbmrm.h
shogun
all of classes and functions are contained in the shogun namespace
Definition:
class_list.h:16
shogun::svm_ncbm_solver
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:308
common.h
SHOGUN
Machine Learning Toolbox - Documentation