#include <DecisionTreeNode.h>
Public Member Functions | |
DTNodeTrainingInfo () | |
DTNodeTrainingInfo (const DTNodeTrainingInfo &n) | |
DTNodeTrainingInfo () | |
DTNodeTrainingInfo (const DTNodeTrainingInfo &n) | |
Public Attributes | |
std::vector< Float_t > | fSampleMin |
std::vector< Float_t > | fSampleMax |
Double_t | fNodeR |
Double_t | fSubTreeR |
Double_t | fAlpha |
Double_t | fG |
Int_t | fNTerminal |
Double_t | fNB |
Double_t | fNS |
Float_t | fSumTarget |
Float_t | fSumTarget2 |
Double_t | fCC |
Float_t | fNSigEvents |
Float_t | fNBkgEvents |
Float_t | fNEvents |
Float_t | fNSigEvents_unweighted |
Float_t | fNBkgEvents_unweighted |
Float_t | fNEvents_unweighted |
Float_t | fSeparationIndex |
Float_t | fSeparationGain |
Definition at line 54 of file DecisionTreeNode.h.
TMVA::DTNodeTrainingInfo::DTNodeTrainingInfo | ( | ) | [inline] |
Definition at line 57 of file DecisionTreeNode.h.
TMVA::DTNodeTrainingInfo::DTNodeTrainingInfo | ( | const DTNodeTrainingInfo & | n | ) | [inline] |
Definition at line 93 of file DecisionTreeNode.h.
TMVA::DTNodeTrainingInfo::DTNodeTrainingInfo | ( | ) | [inline] |
Definition at line 57 of file DecisionTreeNode.h.
TMVA::DTNodeTrainingInfo::DTNodeTrainingInfo | ( | const DTNodeTrainingInfo & | n | ) | [inline] |
Definition at line 93 of file DecisionTreeNode.h.
std::vector< Float_t > TMVA::DTNodeTrainingInfo::fSampleMin |
Definition at line 70 of file DecisionTreeNode.h.
Referenced by TMVA::DecisionTreeNode::GetSampleMin(), and TMVA::DecisionTreeNode::SetSampleMin().
std::vector< Float_t > TMVA::DTNodeTrainingInfo::fSampleMax |
Definition at line 71 of file DecisionTreeNode.h.
Referenced by TMVA::DecisionTreeNode::GetSampleMax(), and TMVA::DecisionTreeNode::SetSampleMax().
Definition at line 72 of file DecisionTreeNode.h.
Referenced by TMVA::DecisionTreeNode::GetNodeR(), and TMVA::DecisionTreeNode::SetNodeR().
Definition at line 73 of file DecisionTreeNode.h.
Referenced by TMVA::DecisionTreeNode::GetSubTreeR(), and TMVA::DecisionTreeNode::SetSubTreeR().
Definition at line 74 of file DecisionTreeNode.h.
Referenced by TMVA::DecisionTreeNode::GetAlpha(), and TMVA::DecisionTreeNode::SetAlpha().
Definition at line 75 of file DecisionTreeNode.h.
Referenced by TMVA::DecisionTreeNode::GetAlphaMinSubtree(), and TMVA::DecisionTreeNode::SetAlphaMinSubtree().
Definition at line 76 of file DecisionTreeNode.h.
Referenced by TMVA::DecisionTreeNode::GetNTerminal(), and TMVA::DecisionTreeNode::SetNTerminal().
Definition at line 77 of file DecisionTreeNode.h.
Referenced by TMVA::DecisionTreeNode::GetNBValidation(), and TMVA::DecisionTreeNode::SetNBValidation().
Definition at line 78 of file DecisionTreeNode.h.
Referenced by TMVA::DecisionTreeNode::GetNSValidation(), and TMVA::DecisionTreeNode::SetNSValidation().
Definition at line 79 of file DecisionTreeNode.h.
Referenced by TMVA::DecisionTreeNode::AddToSumTarget(), TMVA::DecisionTreeNode::GetSumTarget(), and TMVA::DecisionTreeNode::SetSumTarget().
Definition at line 80 of file DecisionTreeNode.h.
Referenced by TMVA::DecisionTreeNode::AddToSumTarget2(), TMVA::DecisionTreeNode::GetSumTarget2(), and TMVA::DecisionTreeNode::SetSumTarget2().
Definition at line 81 of file DecisionTreeNode.h.
Referenced by TMVA::DecisionTreeNode::GetCC(), and TMVA::DecisionTreeNode::SetCC().
Definition at line 83 of file DecisionTreeNode.h.
Referenced by TMVA::DecisionTreeNode::GetNSigEvents(), TMVA::DecisionTreeNode::IncrementNSigEvents(), and TMVA::DecisionTreeNode::SetNSigEvents().
Definition at line 84 of file DecisionTreeNode.h.
Referenced by TMVA::DecisionTreeNode::GetNBkgEvents(), TMVA::DecisionTreeNode::IncrementNBkgEvents(), and TMVA::DecisionTreeNode::SetNBkgEvents().
Definition at line 85 of file DecisionTreeNode.h.
Referenced by TMVA::DecisionTreeNode::GetNEvents(), TMVA::DecisionTreeNode::IncrementNEvents(), and TMVA::DecisionTreeNode::SetNEvents().
Definition at line 86 of file DecisionTreeNode.h.
Referenced by TMVA::DecisionTreeNode::GetNSigEvents_unweighted(), TMVA::DecisionTreeNode::IncrementNSigEvents_unweighted(), and TMVA::DecisionTreeNode::SetNSigEvents_unweighted().
Definition at line 87 of file DecisionTreeNode.h.
Referenced by TMVA::DecisionTreeNode::GetNBkgEvents_unweighted(), TMVA::DecisionTreeNode::IncrementNBkgEvents_unweighted(), and TMVA::DecisionTreeNode::SetNBkgEvents_unweighted().
Definition at line 88 of file DecisionTreeNode.h.
Referenced by TMVA::DecisionTreeNode::GetNEvents_unweighted(), TMVA::DecisionTreeNode::IncrementNEvents_unweighted(), and TMVA::DecisionTreeNode::SetNEvents_unweighted().
Definition at line 89 of file DecisionTreeNode.h.
Referenced by TMVA::DecisionTreeNode::GetSeparationIndex(), and TMVA::DecisionTreeNode::SetSeparationIndex().
Definition at line 90 of file DecisionTreeNode.h.
Referenced by TMVA::DecisionTreeNode::GetSeparationGain(), and TMVA::DecisionTreeNode::SetSeparationGain().