32 void CMulticlassStrategy::init()
49 SG_ERROR(
"Stop the previous training task before starting a new one!")
CMulticlassLabels * m_orig_labels
original multiclass labels
CRejectionStrategy * m_rejection_strategy
rejection strategy
int32_t m_num_classes
number of classes in this problem
Multiclass Labels for multi-class classification.
EProbHeuristicType m_prob_heuris
prob output heuristic
int32_t m_train_iter
index of current iterations
Class SGObject is the base class of all shogun objects.
virtual void train_stop()
all of classes and functions are contained in the shogun namespace
CBinaryLabels * m_train_labels
labels used to train the submachines
Binary Labels for binary classification.
virtual SGVector< int32_t > train_prepare_next()
virtual void train_start(CMulticlassLabels *orig_labels, CBinaryLabels *train_labels)