11 #ifndef __FW_SOSVM_H__
12 #define __FW_SOSVM_H__
40 bool do_line_search =
true,
bool verbose =
false);
46 virtual const char*
get_name()
const {
return "FWSOSVM"; }
110 bool m_do_line_search;
Base class of the labels used in Structured Output (SO) problems.
void set_ell(float64_t ell)
Class CFWSOSVM solves SOSVM using Frank-Wolfe algorithm [1].
float64_t get_lambda() const
int32_t get_num_iter() const
virtual bool train_machine(CFeatures *data=NULL)
void set_lambda(float64_t lbda)
float64_t get_gap_threshold() const
void set_gap_threshold(float64_t gap_threshold)
float64_t get_ell() const
Class CStructuredModel that represents the application specific model and contains most of the applic...
all of classes and functions are contained in the shogun namespace
virtual const char * get_name() const
The class Features is the base class of all feature objects.
void set_num_iter(int32_t num_iter)
virtual EMachineType get_classifier_type()