ROOT 6.14/05 Reference Guide |
Public Member Functions | |
StatDialogBDTReg (TString dataset, const TGWindow *p, TString wfile, TString methName="BDT", Int_t itree=0) | |
virtual | ~StatDialogBDTReg () |
void | Close () |
void | DrawTree (Int_t itree) |
void | RaiseDialog () |
void | Redraw () |
void | SetItree () |
Static Public Member Functions | |
static void | Delete () |
Private Member Functions | |
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 () |
TMVA::DecisionTree * | ReadTree (TString *&vars, Int_t itree) |
void | UpdateCanvases () |
Private Attributes | |
TGHorizontalFrame * | fButtons |
TCanvas * | fCanvas |
TGTextButton * | fCloseButton |
TString | fDataset |
TGTextButton * | fDrawButton |
TGNumberEntry * | fInput |
Int_t | fItree |
TGMainFrame * | fMain |
TString | fMethName |
Int_t | fNtrees |
TString | fWfile |
Static Private Attributes | |
static StatDialogBDTReg * | fThis = 0 |
#include <TMVA/BDT_Reg.h>
TMVA::StatDialogBDTReg::StatDialogBDTReg | ( | TString | dataset, |
const TGWindow * | p, | ||
TString | wfile, | ||
TString | methName = "BDT" , |
||
Int_t | itree = 0 |
||
) |
Definition at line 49 of file BDT_Reg.cxx.
|
inlinevirtual |
void TMVA::StatDialogBDTReg::Close | ( | ) |
Definition at line 44 of file BDT_Reg.cxx.
|
private |
recursively puts an entries in the histogram for the node and its daughters
Definition at line 161 of file BDT_Reg.cxx.
Definition at line 297 of file BDT_Reg.cxx.
|
private |
Definition at line 111 of file BDT_Reg.cxx.
|
private |
Definition at line 210 of file BDT_Reg.cxx.
void TMVA::StatDialogBDTReg::Redraw | ( | ) |
Definition at line 39 of file BDT_Reg.cxx.
void TMVA::StatDialogBDTReg::SetItree | ( | ) |
Definition at line 34 of file BDT_Reg.cxx.
|
private |
Definition at line 106 of file BDT_Reg.cxx.
|
private |
|
private |
|
private |
|
private |
|
private |
|
staticprivate |