SHOGUN  4.1.0
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
LeastSquaresRegression.cpp
浏览该文件的文档.
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 Soeren Sonnenburg
8  */
9 
10 #include <shogun/lib/config.h>
11 
12 #ifdef HAVE_LAPACK
17 
18 using namespace shogun;
19 
22 {
23  m_tau=0;
24 }
25 
27 : CLinearRidgeRegression(0, data, lab)
28 {
29 }
30 #endif
The class Labels models labels, i.e. class assignments of objects.
Definition: Labels.h:43
Class LinearRidgeRegression implements Ridge Regression - a regularized least square method for class...
all of classes and functions are contained in the shogun namespace
Definition: class_list.h:18

SHOGUN 机器学习工具包 - 项目文档