17 #include <shogun/lib/external/shogun_libsvm.h> 
   45         virtual const char* 
get_name()
 const { 
return "GPBTSVM"; }
 
The class Labels models labels, i.e. class assignments of objects. 
virtual const char * get_name() const 
virtual bool train_machine(CFeatures *data=NULL)
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. 
A generic Support Vector Machine Interface.