11 #ifndef _DomainAdaptation_SVM_LINEAR_H___ 
   12 #define _DomainAdaptation_SVM_LINEAR_H___ 
  115         virtual const char* 
get_name()
 const { 
return "DomainAdaptationSVMLinear"; }
 
  154 #endif //_DomainAdaptation_SVM_LINEAR_H___ 
virtual float64_t get_B()
The class Labels models labels, i.e. class assignments of objects. 
virtual bool is_presvm_sane()
Features that support dot products among other operations. 
virtual CLinearMachine * get_presvm()
class DomainAdaptationSVMLinear 
virtual const char * get_name() const 
virtual bool train_machine(CFeatures *data=NULL)
This class provides an interface to the LibLinear library for large- scale linear learning focusing o...
Class LinearMachine is a generic interface for all kinds of linear machines like classifiers. 
virtual void set_train_factor(float64_t factor)
virtual ~CDomainAdaptationSVMLinear()
void init(CLinearMachine *presvm, float64_t B)
all of classes and functions are contained in the shogun namespace 
The class Features is the base class of all feature objects. 
virtual float64_t get_train_factor()
Binary Labels for binary classification. 
virtual EMachineType get_classifier_type()
virtual CBinaryLabels * apply_binary(CFeatures *data=NULL)
CDomainAdaptationSVMLinear()