18 #include <shogun/lib/external/shogun_libsvm.h>
22 #ifndef DOXYGEN_SHOULD_SKIP_THIS
23 enum LIBSVM_SOLVER_TYPE
50 LIBSVM_SOLVER_TYPE st=LIBSVM_C_SVC);
61 virtual const char*
get_name()
const {
return "LibSVM"; }
The class Labels models labels, i.e. class assignments of objects.
LIBSVM_SOLVER_TYPE solver_type
virtual bool train_machine(CFeatures *data=NULL)
virtual const char * get_name() const
all of classes and functions are contained in the shogun namespace
The class Features is the base class of all feature objects.
A generic Support Vector Machine Interface.
virtual EMachineType get_classifier_type()