11 #ifndef _MULTICLASSLIBLINEAR_H___
12 #define _MULTICLASSLIBLINEAR_H___
58 return "MulticlassLibLinear";
156 void init_defaults();
159 void register_parameters();
bool get_use_bias() const
virtual SGMatrix< float64_t > obtain_regularizer_matrix() const
The class Labels models labels, i.e. class assignments of objects.
void set_max_iter(int32_t max_iter)
void set_save_train_state(bool save_train_state)
Features that support dot products among other operations.
generic linear multiclass machine
#define MACHINE_PROBLEM_TYPE(PT)
virtual bool train_machine(CFeatures *data=NULL)
int32_t get_max_iter() const
multiclass LibLinear wrapper. Uses Crammer-Singer formulation and gradient descent optimization algor...
mcsvm_state * m_train_state
all of classes and functions are contained in the shogun namespace
void set_epsilon(float64_t epsilon)
virtual ~CMulticlassLibLinear()
virtual const char * get_name() const
The class Features is the base class of all feature objects.
bool get_save_train_state() const
float64_t get_epsilon() const
void set_use_bias(bool use_bias)
SGVector< int32_t > get_support_vectors() const