12 #ifndef _LINEAR_STRUCTURED_OUTPUT_MACHINE__H__
13 #define _LINEAR_STRUCTURED_OUTPUT_MACHINE__H__
69 return "LinearStructuredOutputMachine";
74 void register_parameters();
Base class of the labels used in Structured Output (SO) problems.
SGVector< float64_t > get_w() const
virtual ~CLinearStructuredOutputMachine()
void set_w(SGVector< float64_t > w)
virtual void store_model_features()
virtual CStructuredLabels * apply_structured(CFeatures *data=NULL)
CLinearStructuredOutputMachine()
Class CStructuredModel that represents the application specific model and contains most of the applic...
The class Features is the base class of all feature objects.
SGVector< float64_t > m_w
virtual const char * get_name() const