32 #ifndef _ID3CLASSIFIERTREE_H__ 
   33 #define _ID3CLASSIFIERTREE_H__ 
   86     virtual const char* 
get_name()
 const { 
return "ID3ClassifierTree"; }
 
CTreeMachineNode< id3TreeNodeData > node_t
 
virtual ~CID3ClassifierTree()
 
virtual const char * get_name() const 
 
Multiclass Labels for multi-class classification. 
 
all of classes and functions are contained in the shogun namespace 
 
class ID3ClassifierTree, implements classifier tree for discrete feature values using the ID3 algorit...
 
virtual bool train_machine(CFeatures *data=NULL)
 
The class Features is the base class of all feature objects. 
 
class TreeMachine, a base class for tree based multiclass classifiers. This class is derived from CBa...
 
bool prune_tree(CDenseFeatures< float64_t > *validation_data, CMulticlassLabels *validation_labels, float64_t epsilon=0.f)
 
virtual CMulticlassLabels * apply_multiclass(CFeatures *data=NULL)