ROOT  6.06/09
Reference Guide
Public Member Functions | Public Attributes | List of all members
TMVA::DTNodeTrainingInfo Class Reference

Definition at line 54 of file DecisionTreeNode.h.

Public Member Functions

 DTNodeTrainingInfo ()
 
 DTNodeTrainingInfo (const DTNodeTrainingInfo &n)
 

Public Attributes

std::vector< Float_tfSampleMin
 
std::vector< Float_tfSampleMax
 
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 fNSigEvents_unboosted
 
Float_t fNBkgEvents_unboosted
 
Float_t fNEvents_unboosted
 
Float_t fSeparationIndex
 
Float_t fSeparationGain
 

#include <TMVA/DecisionTreeNode.h>

+ Collaboration diagram for TMVA::DTNodeTrainingInfo:

Constructor & Destructor Documentation

TMVA::DTNodeTrainingInfo::DTNodeTrainingInfo ( )
inline

Definition at line 57 of file DecisionTreeNode.h.

TMVA::DTNodeTrainingInfo::DTNodeTrainingInfo ( const DTNodeTrainingInfo n)
inline

Definition at line 99 of file DecisionTreeNode.h.

Member Data Documentation

Double_t TMVA::DTNodeTrainingInfo::fAlpha
Double_t TMVA::DTNodeTrainingInfo::fCC

Definition at line 84 of file DecisionTreeNode.h.

Referenced by TMVA::DecisionTreeNode::GetCC().

Double_t TMVA::DTNodeTrainingInfo::fG
Double_t TMVA::DTNodeTrainingInfo::fNB
Float_t TMVA::DTNodeTrainingInfo::fNBkgEvents
Float_t TMVA::DTNodeTrainingInfo::fNBkgEvents_unboosted
Float_t TMVA::DTNodeTrainingInfo::fNBkgEvents_unweighted
Float_t TMVA::DTNodeTrainingInfo::fNEvents
Float_t TMVA::DTNodeTrainingInfo::fNEvents_unboosted
Float_t TMVA::DTNodeTrainingInfo::fNEvents_unweighted
Double_t TMVA::DTNodeTrainingInfo::fNodeR
Double_t TMVA::DTNodeTrainingInfo::fNS
Float_t TMVA::DTNodeTrainingInfo::fNSigEvents
Float_t TMVA::DTNodeTrainingInfo::fNSigEvents_unboosted
Float_t TMVA::DTNodeTrainingInfo::fNSigEvents_unweighted
Int_t TMVA::DTNodeTrainingInfo::fNTerminal
std::vector< Float_t > TMVA::DTNodeTrainingInfo::fSampleMax

Definition at line 74 of file DecisionTreeNode.h.

std::vector< Float_t > TMVA::DTNodeTrainingInfo::fSampleMin

Definition at line 73 of file DecisionTreeNode.h.

Float_t TMVA::DTNodeTrainingInfo::fSeparationGain
Float_t TMVA::DTNodeTrainingInfo::fSeparationIndex
Double_t TMVA::DTNodeTrainingInfo::fSubTreeR
Float_t TMVA::DTNodeTrainingInfo::fSumTarget
Float_t TMVA::DTNodeTrainingInfo::fSumTarget2

The documentation for this class was generated from the following file: