SHOGUN  v3.2.0
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义 
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>
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 */
double float64_t
Definition: common.h:48
all of classes and functions are contained in the shogun namespace
Definition: class_list.h:16
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

SHOGUN Machine Learning Toolbox - Documentation