19 #include <shogun/lib/external/shogun_libsvm.h>
63 #ifndef DOXYGEN_SHOULD_SKIP_THIS
64 enum LIBSVR_SOLVER_TYPE
66 LIBSVR_EPSILON_SVR = 1,
88 LIBSVR_SOLVER_TYPE st=LIBSVR_EPSILON_SVR);
99 virtual const char*
get_name()
const {
return "LibSVR"; }
virtual bool train_machine(CFeatures *data=NULL)
The class Labels models labels, i.e. class assignments of objects.
MACHINE_PROBLEM_TYPE(PT_REGRESSION)
virtual EMachineType get_classifier_type()
Class LibSVR, performs support vector regression using LibSVM.
all of classes and functions are contained in the shogun namespace
The class Features is the base class of all feature objects.
LIBSVR_SOLVER_TYPE solver_type
virtual const char * get_name() const
A generic Support Vector Machine Interface.