32 #ifndef TREEMACHINE_H__
33 #define TREEMACHINE_H__
71 virtual const char*
get_name()
const {
return "TreeMachine"; }
CTreeMachineNode< T > node_t
The node of the tree structure forming a TreeMachine The node contains pointer to its parent and poin...
CTreeMachineNode< T > * get_root()
CTreeMachineNode< T > * m_root
void set_root(CTreeMachineNode< T > *root)
Class SGObject is the base class of all shogun objects.
The node of the tree structure forming a TreeMachine The node contains a pointer to its parent and a ...
virtual const char * get_name() const
CBinaryTreeMachineNode< T > bnode_t
class TreeMachine, a base class for tree based multiclass classifiers. This class is derived from CBa...