11 #ifndef RANDOMCONDITIONALPROBABILITYTREE_H__ 
   12 #define RANDOMCONDITIONALPROBABILITYTREE_H__ 
   33     virtual const char* 
get_name()
 const { 
return "RandomConditionalProbabilityTree"; }
 
The node of the tree structure forming a TreeMachine The node contains pointer to its parent and poin...
 
CRandomConditionalProbabilityTree()
 
virtual ~CRandomConditionalProbabilityTree()
 
virtual bool which_subtree(bnode_t *node, SGVector< float32_t > ex)
 
all of classes and functions are contained in the shogun namespace 
 
virtual const char * get_name() const