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

Definition at line 297 of file DecisionTree.cxx.

Public Member Functions

 BuildNodeInfo ()
 
 BuildNodeInfo (Int_t fNvars, const TMVA::Event *evt)
 
 BuildNodeInfo (Int_t fNvars, std::vector< Float_t > &inxmin, std::vector< Float_t > &inxmax)
 
BuildNodeInfo operator+ (const BuildNodeInfo &other)
 

Public Attributes

Double_t b = 0
 
Double_t bub = 0
 
Double_t buw = 0
 
Int_t nvars = 0
 
Double_t s = 0
 
Double_t sub = 0
 
Double_t suw = 0
 
Double_t target = 0
 
Double_t target2 = 0
 
std::vector< Float_txmax
 
std::vector< Float_txmin
 

Constructor & Destructor Documentation

◆ BuildNodeInfo() [1/3]

BuildNodeInfo::BuildNodeInfo ( Int_t  fNvars,
const TMVA::Event evt 
)
inline

Definition at line 299 of file DecisionTree.cxx.

◆ BuildNodeInfo() [2/3]

BuildNodeInfo::BuildNodeInfo ( Int_t  fNvars,
std::vector< Float_t > &  inxmin,
std::vector< Float_t > &  inxmax 
)
inline

Definition at line 313 of file DecisionTree.cxx.

◆ BuildNodeInfo() [3/3]

BuildNodeInfo::BuildNodeInfo ( )
inline

Definition at line 325 of file DecisionTree.cxx.

Member Function Documentation

◆ operator+()

BuildNodeInfo BuildNodeInfo::operator+ ( const BuildNodeInfo other)
inline

Definition at line 341 of file DecisionTree.cxx.

Member Data Documentation

◆ b

Double_t BuildNodeInfo::b = 0

Definition at line 331 of file DecisionTree.cxx.

◆ bub

Double_t BuildNodeInfo::bub = 0

Definition at line 333 of file DecisionTree.cxx.

◆ buw

Double_t BuildNodeInfo::buw = 0

Definition at line 332 of file DecisionTree.cxx.

◆ nvars

Int_t BuildNodeInfo::nvars = 0

Definition at line 327 of file DecisionTree.cxx.

◆ s

Double_t BuildNodeInfo::s = 0

Definition at line 328 of file DecisionTree.cxx.

◆ sub

Double_t BuildNodeInfo::sub = 0

Definition at line 330 of file DecisionTree.cxx.

◆ suw

Double_t BuildNodeInfo::suw = 0

Definition at line 329 of file DecisionTree.cxx.

◆ target

Double_t BuildNodeInfo::target = 0

Definition at line 334 of file DecisionTree.cxx.

◆ target2

Double_t BuildNodeInfo::target2 = 0

Definition at line 335 of file DecisionTree.cxx.

◆ xmax

std::vector<Float_t> BuildNodeInfo::xmax

Definition at line 337 of file DecisionTree.cxx.

◆ xmin

std::vector<Float_t> BuildNodeInfo::xmin

Definition at line 336 of file DecisionTree.cxx.

Collaboration diagram for BuildNodeInfo:
[legend]

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