BinarySearchTreeNode Node for the BinarySearch Tree
virtual void | ReadAttributes(void* node, UInt_t tmva_Version_Code = 262657) |
virtual void | ReadContent(stringstream& s) |
virtual Bool_t | ReadDataRecord(istream& is, UInt_t tmva_Version_Code = 262657) |
UInt_t | TMVA::Node::fDepth | depth of the node within the tree (seen from root node) |
TMVA::Node* | TMVA::Node::fLeft | pointers to the two "daughter" nodes |
TMVA::Node* | TMVA::Node::fParent | the previous (parent) node |
TMVA::BinaryTree* | TMVA::Node::fParentTree | pointer to the parent tree to which the Node belongs |
char | TMVA::Node::fPos | position, i.e. it is a left (l) or right (r) daughter |
TMVA::Node* | TMVA::Node::fRight | pointers to the two "daughter" nodes |
Inheritance Chart: | |||||||||
|
constructor of a node for the search tree
constructor of a daughter node as a daughter of 'p'
copy constructor
test event if it decends the tree at this node to the right
test event if it decends the tree at this node to the left
test event if it is equal to the event that "makes the node" (just for the "search tree"
set index of variable used for discrimination at this node
{ fSelector = i; }
return index of variable used for discrimination at this node
{ return fSelector; }