ROOT
6.06/09
Reference Guide
|
Public Member Functions | |
StatDialogBDTReg (const TGWindow *p, TString wfile="weights/TMVARegression_BDT.weights.xml", TString methName="BDT", Int_t itree=0) | |
virtual | ~StatDialogBDTReg () |
void | DrawTree (Int_t itree) |
void | RaiseDialog () |
void | SetItree () |
void | Redraw () |
void | Close () |
Static Public Member Functions | |
static void | Delete () |
Private Member Functions | |
void | UpdateCanvases () |
TMVA::DecisionTree * | ReadTree (TString *&vars, Int_t itree) |
void | DrawNode (TMVA::DecisionTreeNode *n, Double_t x, Double_t y, Double_t xscale, Double_t yscale, TString *vars) |
recursively puts an entries in the histogram for the node and its daughters More... | |
void | GetNtrees () |
Private Attributes | |
TGMainFrame * | fMain |
Int_t | fItree |
Int_t | fNtrees |
TCanvas * | fCanvas |
TGNumberEntry * | fInput |
TGHorizontalFrame * | fButtons |
TGTextButton * | fDrawButton |
TGTextButton * | fCloseButton |
TString | fWfile |
TString | fMethName |
Static Private Attributes | |
static StatDialogBDTReg * | fThis = 0 |
#include <TMVA/BDT_Reg.h>
TMVA::StatDialogBDTReg::StatDialogBDTReg | ( | const TGWindow * | p, |
TString | wfile = "weights/TMVARegression_BDT.weights.xml" , |
||
TString | methName = "BDT" , |
||
Int_t | itree = 0 |
||
) |
Definition at line 48 of file BDT_Reg.cxx.
|
inlinevirtual |
void TMVA::StatDialogBDTReg::Close | ( | ) |
Definition at line 43 of file BDT_Reg.cxx.
Definition at line 89 of file BDT_Reg.h.
Referenced by TMVA::BDT_Reg(), and TMVA::BDTReg_DeleteTBar().
|
private |
recursively puts an entries in the histogram for the node and its daughters
Definition at line 159 of file BDT_Reg.cxx.
Definition at line 289 of file BDT_Reg.cxx.
Referenced by TMVA::BDT_Reg().
|
private |
Definition at line 109 of file BDT_Reg.cxx.
Referenced by StatDialogBDTReg().
|
inline |
Definition at line 60 of file BDT_Reg.h.
Referenced by TMVA::BDT_Reg().
|
private |
Definition at line 208 of file BDT_Reg.cxx.
void TMVA::StatDialogBDTReg::Redraw | ( | ) |
Definition at line 38 of file BDT_Reg.cxx.
void TMVA::StatDialogBDTReg::SetItree | ( | ) |
Definition at line 33 of file BDT_Reg.cxx.
|
private |
Definition at line 104 of file BDT_Reg.cxx.
|
private |
Definition at line 71 of file BDT_Reg.h.
Referenced by StatDialogBDTReg().
|
private |
Definition at line 67 of file BDT_Reg.h.
Referenced by ~StatDialogBDTReg().
|
private |
Definition at line 73 of file BDT_Reg.h.
Referenced by StatDialogBDTReg().
|
private |
Definition at line 72 of file BDT_Reg.h.
Referenced by StatDialogBDTReg().
|
private |
Definition at line 69 of file BDT_Reg.h.
Referenced by SetItree(), and StatDialogBDTReg().
|
private |
Definition at line 65 of file BDT_Reg.h.
Referenced by SetItree(), and StatDialogBDTReg().
|
private |
Definition at line 64 of file BDT_Reg.h.
Referenced by RaiseDialog(), StatDialogBDTReg(), and ~StatDialogBDTReg().
|
private |
Definition at line 66 of file BDT_Reg.h.
Referenced by StatDialogBDTReg().
|
staticprivate |
Definition at line 98 of file BDT_Reg.h.
Referenced by Delete(), StatDialogBDTReg(), and ~StatDialogBDTReg().