11 #ifndef RELAXEDTREEUTIL_H__
12 #define RELAXEDTREEUTIL_H__
SGMatrix< float64_t > estimate_confusion_matrix(CBaseMulticlassMachine *machine, CFeatures *X, CMulticlassLabels *Y, int32_t num_classes)
Multiclass Labels for multi-class classification.
void get_confusion_matrix(SGMatrix< float64_t > &conf_mat, CMulticlassLabels *gt, CMulticlassLabels *pred)
all of classes and functions are contained in the shogun namespace
The class Features is the base class of all feature objects.