12 #ifndef _KERNELRIDGEREGRESSION_H__
13 #define _KERNELRIDGEREGRESSION_H__
103 virtual bool load(FILE* srcfile);
110 virtual bool save(FILE* dstfile);
122 virtual const char*
get_name()
const {
return "KernelRidgeRegression"; }
142 bool train_machine_gs();
148 bool train_machine_pinv();
162 #endif // HAVE_LAPACK
163 #endif // _KERNELRIDGEREGRESSION_H__
Class KernelRidgeRegression implements Kernel Ridge Regression - a regularized least square method fo...
The class Labels models labels, i.e. class assignments of objects.
MACHINE_PROBLEM_TYPE(PT_REGRESSION)
A generic KernelMachine interface.
void set_epsilon(float64_t epsilon)
static const float64_t epsilon
virtual const char * get_name() const
void set_tau(float64_t tau)
virtual ~CKernelRidgeRegression()
or gauss-seidel iterative method
virtual bool save(FILE *dstfile)
virtual EMachineType get_classifier_type()
all of classes and functions are contained in the shogun namespace
The class Features is the base class of all feature objects.
virtual bool train_machine(CFeatures *data=NULL)
virtual bool load(FILE *srcfile)