12 #ifndef _KERNELRIDGEREGRESSION_H__
13 #define _KERNELRIDGEREGRESSION_H__
90 virtual bool load(FILE* srcfile);
97 virtual bool save(FILE* dstfile);
109 virtual const char*
get_name()
const {
return "KernelRidgeRegression"; }
144 #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)
virtual bool solve_krr_system()
A generic KernelMachine interface.
void set_epsilon(float64_t epsilon)
virtual const char * get_name() const
virtual void set_tau(float64_t tau)
virtual ~CKernelRidgeRegression()
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)