11 #ifndef BASEMULTICLASSMACHINE_H__ 12 #define BASEMULTICLASSMACHINE_H__ 14 #include <shogun/lib/config.h> 21 class CDynamicObjectArray;
36 virtual const char*
get_name()
const {
return "BaseMulticlassMachine"; }
virtual EProblemType get_machine_problem_type() const
The class Labels models labels, i.e. class assignments of objects.
CDynamicObjectArray * m_machines
virtual bool is_label_valid(CLabels *lab) const
A generic learning machine interface.
virtual const char * get_name() const
Dynamic array class for CSGObject pointers that creates an array that can be used like a list or an a...
all of classes and functions are contained in the shogun namespace
int32_t get_num_machines() const
virtual ~CBaseMulticlassMachine()