12 #ifndef _LINEAR_STRUCTURED_OUTPUT_MACHINE__H__ 13 #define _LINEAR_STRUCTURED_OUTPUT_MACHINE__H__ 15 #include <shogun/lib/config.h> 73 return "LinearStructuredOutputMachine";
78 void register_parameters();
virtual const char * get_name() const
Base class of the labels used in Structured Output (SO) problems.
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...
all of classes and functions are contained in the shogun namespace
The class Features is the base class of all feature objects.
SGVector< float64_t > m_w
SGVector< float64_t > get_w() const