10 #ifndef MULTICLASSMULTIPLEOUTPUTLABELS_H_
11 #define MULTICLASSMULTIPLEOUTPUTLABELS_H_
85 virtual const char*
get_name()
const {
return "MulticlassMultipleOutputLabels"; }
SGMatrix< index_t > get_labels() const
The class Labels models labels, i.e. class assignments of objects.
virtual int32_t get_num_labels() const
Multiclass Labels for multi-class classification with multiple labels.
multiple output multiclass
SGVector< index_t > get_label(int32_t idx)
virtual const char * get_name() const
virtual ELabelType get_label_type() const
CMulticlassMultipleOutputLabels()
SGVector< index_t > * m_labels
bool set_label(int32_t idx, SGVector< index_t > label)
virtual ~CMulticlassMultipleOutputLabels()
virtual void ensure_valid(const char *context=NULL)