Definition at line 1278 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_t * | nBins |
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 |
Definition at line 1280 of file DecisionTree.cxx.
|
inline |
Definition at line 1302 of file DecisionTree.cxx.
|
inline |
Definition at line 1329 of file DecisionTree.cxx.
Int_t TrainNodeInfo::cNvars = 0 |
Definition at line 1312 of file DecisionTree.cxx.
UInt_t* TrainNodeInfo::nBins |
Definition at line 1313 of file DecisionTree.cxx.
std::vector< std::vector<Double_t> > TrainNodeInfo::nSelB |
Definition at line 1321 of file DecisionTree.cxx.
std::vector< std::vector<Double_t> > TrainNodeInfo::nSelB_unWeighted |
Definition at line 1323 of file DecisionTree.cxx.
std::vector< std::vector<Double_t> > TrainNodeInfo::nSelS |
Definition at line 1320 of file DecisionTree.cxx.
std::vector< std::vector<Double_t> > TrainNodeInfo::nSelS_unWeighted |
Definition at line 1322 of file DecisionTree.cxx.
Double_t TrainNodeInfo::nTotB = 0 |
Definition at line 1317 of file DecisionTree.cxx.
Double_t TrainNodeInfo::nTotB_unWeighted = 0 |
Definition at line 1318 of file DecisionTree.cxx.
Double_t TrainNodeInfo::nTotS = 0 |
Definition at line 1315 of file DecisionTree.cxx.
Double_t TrainNodeInfo::nTotS_unWeighted = 0 |
Definition at line 1316 of file DecisionTree.cxx.
std::vector< std::vector<Double_t> > TrainNodeInfo::target |
Definition at line 1324 of file DecisionTree.cxx.
std::vector< std::vector<Double_t> > TrainNodeInfo::target2 |
Definition at line 1325 of file DecisionTree.cxx.