59             inline virtual const char* 
get_name()
 const { 
return "CCSOSVM"; }
 
   68                         "solution must match the model's dimension!\n");
 
  114                 m_max_iter = max_iter;
 
void set_epsilon(float64_t eps)
EQPType get_qp_type() const 
CStructuredModel * m_model
virtual int32_t get_dim() const =0
float64_t get_epsilon() const 
void set_max_rho(float64_t max_rho)
index_t get_max_iter() const 
bool train_machine(CFeatures *data=NULL)
void set_qp_type(EQPType type)
float64_t get_max_rho() const 
Template Dynamic array class that creates an array that can be used like a list or an array...
float64_t compute_primal_objective()
Class CStructuredModel that represents the application specific model and contains most of the applic...
void set_w(SGVector< float64_t > W)
all of classes and functions are contained in the shogun namespace 
The class Features is the base class of all feature objects. 
virtual EMachineType get_classifier_type()
SGVector< float64_t > m_w
void set_max_iter(index_t max_iter)
virtual const char * get_name() const