11 #ifndef _MULTICLASS_SO_LABELS__H__
12 #define _MULTICLASS_SO_LABELS__H__
22 class CMulticlassSOLabels;
49 SG_SERROR(
"base_data must be of dynamic type CRealNumber\n")
55 virtual const char*
get_name()
const {
return "RealNumber"; }
88 virtual const char*
get_name()
const {
return "MulticlassSOLabels"; }
95 int32_t m_num_classes;
Base class of the labels used in Structured Output (SO) problems.
virtual ~CMulticlassSOLabels()
static CRealNumber * obtain_from_generic(CStructuredData *base_data)
virtual const char * get_name() const
virtual EStructuredDataType get_structured_data_type() const
int32_t get_num_classes()
virtual const char * get_name() const
CRealNumber(float64_t val)
STRUCTURED_DATA_TYPE(SDT_REAL)
Class CRealNumber to be used in the application of Structured Output (SO) learning to multiclass clas...
Class CMulticlassSOLabels to be used in the application of Structured Output (SO) learning to multicl...
Base class of the components of StructuredLabels.