Definition at line 49 of file CCTreeWrapper.h.
|
| UInt_t | fDepth |
| | depth of the node within the tree (seen from root node)
|
| Node * | fLeft |
| | pointers to the two "daughter" nodes
|
| Node * | fParent |
| | the previous (parent) node
|
| BinaryTree * | fParentTree |
| | pointer to the parent tree to which the Node belongs
|
| char | fPos |
| | position, i.e. it is a left (l) or right (r) daughter
|
| Node * | fRight |
| | pointers to the two "daughter" nodes
|
|
| static Int_t | fgCount = 0 |
| | counter of all nodes present.. for debug.. to spot memory leaks...
|
#include <TMVA/CCTreeWrapper.h>
◆ CCTreeNode()
◆ ~CCTreeNode()
| TMVA::CCTreeWrapper::CCTreeNode::~CCTreeNode |
( |
| ) |
|
|
virtual |
◆ AddAttributesToNode()
| void TMVA::CCTreeWrapper::CCTreeNode::AddAttributesToNode |
( |
void * | node | ) |
const |
|
overridevirtual |
◆ AddContentToNode()
| void TMVA::CCTreeWrapper::CCTreeNode::AddContentToNode |
( |
std::stringstream & | s | ) |
const |
|
overridevirtual |
◆ AddXMLTo()
| void * TMVA::Node::AddXMLTo |
( |
void * | parent | ) |
const |
|
inherited |
add attributes to XML
Definition at line 146 of file Node.cxx.
◆ Class()
| TClass * TMVA::Node::Class |
( |
| ) |
|
|
staticinherited |
- Returns
- TClass describing this class
◆ Class_Name()
| const char * TMVA::Node::Class_Name |
( |
| ) |
|
|
staticinherited |
- Returns
- Name of this class
◆ Class_Version()
| constexpr Version_t TMVA::Node::Class_Version |
( |
| ) |
|
|
inlinestaticconstexprinherited |
- Returns
- Version of this class
Definition at line 151 of file Node.h.
◆ CountMeAndAllDaughters()
| Int_t TMVA::Node::CountMeAndAllDaughters |
( |
| ) |
const |
|
inherited |
recursively go through the part of the tree below this node and count all daughters
Definition at line 113 of file Node.cxx.
◆ CreateNode()
| Node * TMVA::CCTreeWrapper::CCTreeNode::CreateNode |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ DeclFileName()
| const char * TMVA::Node::DeclFileName |
( |
| ) |
|
|
inlinestaticinherited |
- Returns
- Name of the file containing the class declaration
Definition at line 151 of file Node.h.
◆ GetAlphaC()
| Double_t TMVA::CCTreeWrapper::CCTreeNode::GetAlphaC |
( |
| ) |
const |
|
inline |
◆ GetCount()
| int TMVA::Node::GetCount |
( |
| ) |
|
|
inherited |
returns the global number of instantiated nodes
Definition at line 105 of file Node.cxx.
◆ GetDepth()
| UInt_t TMVA::Node::GetDepth |
( |
| ) |
const |
|
inlineinherited |
◆ GetDTNode()
◆ GetLeft()
| virtual Node * TMVA::Node::GetLeft |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ GetLeftDaughter()
| CCTreeNode * TMVA::CCTreeWrapper::CCTreeNode::GetLeftDaughter |
( |
| ) |
|
|
inline |
◆ GetMinAlphaC()
| Double_t TMVA::CCTreeWrapper::CCTreeNode::GetMinAlphaC |
( |
| ) |
const |
|
inline |
◆ GetMother()
| CCTreeNode * TMVA::CCTreeWrapper::CCTreeNode::GetMother |
( |
| ) |
|
|
inline |
◆ GetNLeafDaughters()
| Int_t TMVA::CCTreeWrapper::CCTreeNode::GetNLeafDaughters |
( |
| ) |
const |
|
inline |
◆ GetNodeResubstitutionEstimate()
| Double_t TMVA::CCTreeWrapper::CCTreeNode::GetNodeResubstitutionEstimate |
( |
| ) |
const |
|
inline |
◆ GetParent()
| virtual Node * TMVA::Node::GetParent |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ GetParentTree()
◆ GetPos()
| char TMVA::Node::GetPos |
( |
| ) |
const |
|
inlineinherited |
◆ GetResubstitutionEstimate()
| Double_t TMVA::CCTreeWrapper::CCTreeNode::GetResubstitutionEstimate |
( |
| ) |
const |
|
inline |
◆ GetRight()
| virtual Node * TMVA::Node::GetRight |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ GetRightDaughter()
| CCTreeNode * TMVA::CCTreeWrapper::CCTreeNode::GetRightDaughter |
( |
| ) |
|
|
inline |
◆ GoesLeft()
| Bool_t TMVA::CCTreeWrapper::CCTreeNode::GoesLeft |
( |
const Event & | e | ) |
const |
|
inlineoverridevirtual |
◆ GoesRight()
| Bool_t TMVA::CCTreeWrapper::CCTreeNode::GoesRight |
( |
const Event & | e | ) |
const |
|
inlineoverridevirtual |
◆ IsA()
| virtual TClass * TMVA::Node::IsA |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ Print()
| void TMVA::CCTreeWrapper::CCTreeNode::Print |
( |
std::ostream & | os | ) |
const |
|
overridevirtual |
◆ PrintRec()
| void TMVA::CCTreeWrapper::CCTreeNode::PrintRec |
( |
std::ostream & | os | ) |
const |
|
overridevirtual |
◆ ReadAttributes()
| void TMVA::CCTreeWrapper::CCTreeNode::ReadAttributes |
( |
void * | node, |
|
|
UInt_t | tmva_Version_Code = 262657 ) |
|
overridevirtual |
◆ ReadContent()
| void TMVA::CCTreeWrapper::CCTreeNode::ReadContent |
( |
std::stringstream & | s | ) |
|
|
overridevirtual |
◆ ReadDataRecord()
| Bool_t TMVA::CCTreeWrapper::CCTreeNode::ReadDataRecord |
( |
std::istream & | in, |
|
|
UInt_t | tmva_Version_Code = 262657 ) |
|
overridevirtual |
◆ ReadXML()
| void TMVA::Node::ReadXML |
( |
void * | node, |
|
|
UInt_t | tmva_Version_Code = 262657 ) |
|
inherited |
read attributes from XML
Definition at line 162 of file Node.cxx.
◆ SetAlphaC()
| void TMVA::CCTreeWrapper::CCTreeNode::SetAlphaC |
( |
Double_t | alpha | ) |
|
|
inline |
◆ SetDepth()
| void TMVA::Node::SetDepth |
( |
UInt_t | d | ) |
|
|
inlineinherited |
◆ SetLeft()
| virtual void TMVA::Node::SetLeft |
( |
Node * | l | ) |
|
|
inlinevirtualinherited |
◆ SetMinAlphaC()
| void TMVA::CCTreeWrapper::CCTreeNode::SetMinAlphaC |
( |
Double_t | alpha | ) |
|
|
inline |
◆ SetNLeafDaughters()
| void TMVA::CCTreeWrapper::CCTreeNode::SetNLeafDaughters |
( |
Int_t | N | ) |
|
|
inline |
◆ SetNodeResubstitutionEstimate()
| void TMVA::CCTreeWrapper::CCTreeNode::SetNodeResubstitutionEstimate |
( |
Double_t | R | ) |
|
|
inline |
◆ SetParent()
| virtual void TMVA::Node::SetParent |
( |
Node * | p | ) |
|
|
inlinevirtualinherited |
◆ SetParentTree()
◆ SetPos()
| void TMVA::Node::SetPos |
( |
char | s | ) |
|
|
inlineinherited |
◆ SetResubstitutionEstimate()
| void TMVA::CCTreeWrapper::CCTreeNode::SetResubstitutionEstimate |
( |
Double_t | R | ) |
|
|
inline |
◆ SetRight()
| virtual void TMVA::Node::SetRight |
( |
Node * | r | ) |
|
|
inlinevirtualinherited |
◆ Streamer()
| virtual void TMVA::Node::Streamer |
( |
TBuffer & | | ) |
|
|
virtualinherited |
◆ StreamerNVirtual()
| void TMVA::Node::StreamerNVirtual |
( |
TBuffer & | ClassDef_StreamerNVirtual_b | ) |
|
|
inlineinherited |
◆ fAlphaC
| Double_t TMVA::CCTreeWrapper::CCTreeNode::fAlphaC |
|
private |
◆ fDepth
depth of the node within the tree (seen from root node)
Definition at line 143 of file Node.h.
◆ fDTNode
! pointer to wrapped node in the decision tree
Definition at line 130 of file CCTreeWrapper.h.
◆ fgCount
| Int_t TMVA::Node::fgCount = 0 |
|
staticprivateinherited |
counter of all nodes present.. for debug.. to spot memory leaks...
Definition at line 148 of file Node.h.
◆ fLeft
pointers to the two "daughter" nodes
Definition at line 139 of file Node.h.
◆ fMinAlphaC
| Double_t TMVA::CCTreeWrapper::CCTreeNode::fMinAlphaC |
|
private |
! G(t), minimum critical point of t and its descendants
Definition at line 129 of file CCTreeWrapper.h.
◆ fNLeafDaughters
| Int_t TMVA::CCTreeWrapper::CCTreeNode::fNLeafDaughters |
|
private |
◆ fNodeResubstitutionEstimate
| Double_t TMVA::CCTreeWrapper::CCTreeNode::fNodeResubstitutionEstimate |
|
private |
! R(t) = misclassification rate for node t
Definition at line 126 of file CCTreeWrapper.h.
◆ fParent
| Node* TMVA::Node::fParent |
|
protectedinherited |
the previous (parent) node
Definition at line 138 of file Node.h.
◆ fParentTree
pointer to the parent tree to which the Node belongs
Definition at line 145 of file Node.h.
◆ fPos
position, i.e. it is a left (l) or right (r) daughter
Definition at line 142 of file Node.h.
◆ fResubstitutionEstimate
| Double_t TMVA::CCTreeWrapper::CCTreeNode::fResubstitutionEstimate |
|
private |
◆ fRight
pointers to the two "daughter" nodes
Definition at line 140 of file Node.h.
The documentation for this class was generated from the following files: