Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
TrainNodeInfo Struct Reference

Definition at line 1277 of file DecisionTree.cxx.

Public Member Functions

 TrainNodeInfo ()
 TrainNodeInfo (Int_t cNvars_, UInt_t *nBins_)
TrainNodeInfo operator+ (const TrainNodeInfo &other)

Public Attributes

Int_t cNvars = 0
UInt_tnBins
std::vector< std::vector< Double_t > > nSelB
std::vector< std::vector< Double_t > > nSelB_unWeighted
std::vector< std::vector< Double_t > > nSelS
std::vector< std::vector< Double_t > > nSelS_unWeighted
Double_t nTotB = 0
Double_t nTotB_unWeighted = 0
Double_t nTotS = 0
Double_t nTotS_unWeighted = 0
std::vector< std::vector< Double_t > > target
std::vector< std::vector< Double_t > > target2

Constructor & Destructor Documentation

◆ TrainNodeInfo() [1/2]

TrainNodeInfo::TrainNodeInfo ( Int_t cNvars_,
UInt_t * nBins_ )
inline

Definition at line 1279 of file DecisionTree.cxx.

◆ TrainNodeInfo() [2/2]

TrainNodeInfo::TrainNodeInfo ( )
inline

Definition at line 1301 of file DecisionTree.cxx.

Member Function Documentation

◆ operator+()

TrainNodeInfo TrainNodeInfo::operator+ ( const TrainNodeInfo & other)
inline

Definition at line 1328 of file DecisionTree.cxx.

Member Data Documentation

◆ cNvars

Int_t TrainNodeInfo::cNvars = 0

Definition at line 1311 of file DecisionTree.cxx.

◆ nBins

UInt_t* TrainNodeInfo::nBins

Definition at line 1312 of file DecisionTree.cxx.

◆ nSelB

std::vector< std::vector<Double_t> > TrainNodeInfo::nSelB

Definition at line 1320 of file DecisionTree.cxx.

◆ nSelB_unWeighted

std::vector< std::vector<Double_t> > TrainNodeInfo::nSelB_unWeighted

Definition at line 1322 of file DecisionTree.cxx.

◆ nSelS

std::vector< std::vector<Double_t> > TrainNodeInfo::nSelS

Definition at line 1319 of file DecisionTree.cxx.

◆ nSelS_unWeighted

std::vector< std::vector<Double_t> > TrainNodeInfo::nSelS_unWeighted

Definition at line 1321 of file DecisionTree.cxx.

◆ nTotB

Double_t TrainNodeInfo::nTotB = 0

Definition at line 1316 of file DecisionTree.cxx.

◆ nTotB_unWeighted

Double_t TrainNodeInfo::nTotB_unWeighted = 0

Definition at line 1317 of file DecisionTree.cxx.

◆ nTotS

Double_t TrainNodeInfo::nTotS = 0

Definition at line 1314 of file DecisionTree.cxx.

◆ nTotS_unWeighted

Double_t TrainNodeInfo::nTotS_unWeighted = 0

Definition at line 1315 of file DecisionTree.cxx.

◆ target

std::vector< std::vector<Double_t> > TrainNodeInfo::target

Definition at line 1323 of file DecisionTree.cxx.

◆ target2

std::vector< std::vector<Double_t> > TrainNodeInfo::target2

Definition at line 1324 of file DecisionTree.cxx.


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