library: libTMVA #include "BinaryTree.h" |
TMVA::BinaryTree
class description - header file - source file
viewCVS header - viewCVS source
class TMVA::BinaryTree
Function Members (Methods)
Display options:
Data Members
protected:
Int_t | fNNodes | total number of nodes in the tree (counted) |
TMVA::MsgLogger | fLogger | message loggera |
private:
TMVA::Node* | fRoot | the root node of the tree |
Base class for BinarySearch and Decision Trees
______________________________________________________________________
BinaryTree( void )
constructor for a yet "empty" tree. Needs to be filled afterwards
~BinaryTree( void )
destructor (deletes the nodes and "events" if owned by the tree
void DeleteNode( TMVA::Node* node )
protected, recursive, function used by the class destructor and when Pruning
Node* GetRoot( void )
Retrieves the address of the root node
UInt_t GetNNodes( void )
get number of Nodes in the Tree as counted while booking the nodes;
Author: Andreas Hoecker, Joerg Stelzer, Helge Voss, Kai Voss
Last update: root/tmva $Id: BinaryTree.cxx,v 1.10 2006/11/20 15:35:28 brun Exp $
Copyright (c) 2005: *
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.