SHOGUN  4.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
LeastSquaresRegression.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 Soeren Sonnenburg
8  */
9 
10 #ifndef _LEASTSQUARESREGRESSION_H__
11 #define _LEASTSQUARESREGRESSION_H__
12 
13 #include <shogun/lib/config.h>
16 
17 #ifdef HAVE_LAPACK
18 
20 
21 namespace shogun
22 {
41 {
42  public:
45 
48 
56 
62  {
64  }
65 
67  virtual const char* get_name() const { return "LeastSquaresRegression"; }
68 
69  private:
70  void init();
71 };
72 }
73 #endif // HAVE_LAPACK
74 #endif // _LEASTSQUARESREGRESSION_H__
EMachineType
Definition: Machine.h:33
The class Labels models labels, i.e. class assignments of objects.
Definition: Labels.h:43
class to perform Least Squares Regression
Class LinearRidgeRegression implements Ridge Regression - a regularized least square method for class...
virtual EMachineType get_classifier_type()
virtual const char * get_name() const
all of classes and functions are contained in the shogun namespace
Definition: class_list.h:18

SHOGUN Machine Learning Toolbox - Documentation