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