![]() |
ROOT
6.06/08
Reference Guide
|
Public Member Functions | |
| StatDialogBDT (const TGWindow *p, TString wfile="weights/TMVAClassification_BDT.weights.txt", TString methName="BDT", Int_t itree=0) | |
| virtual | ~StatDialogBDT () |
| 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 |
| Int_t | fColorOffset |
Static Private Attributes | |
| static StatDialogBDT * | fThis = 0 |
#include <TMVA/BDT.h>
Collaboration diagram for TMVA::StatDialogBDT:| TMVA::StatDialogBDT::StatDialogBDT | ( | const TGWindow * | p, |
| TString | wfile = "weights/TMVAClassification_BDT.weights.txt", |
||
| TString | methName = "BDT", |
||
| Int_t | itree = 0 |
||
| ) |
Definition at line 49 of file BDT.cxx.
Referenced by TMVA::BDT().
Definition at line 106 of file BDT.h.
Referenced by TMVA::BDT(), and TMVA::BDT_DeleteTBar().
|
private |
recursively puts an entries in the histogram for the node and its daughters
Definition at line 162 of file BDT.cxx.
Referenced by DrawTree().
Definition at line 290 of file BDT.cxx.
Referenced by TMVA::BDT(), UpdateCanvases(), and ~StatDialogBDT().
|
private |
Definition at line 112 of file BDT.cxx.
Referenced by StatDialogBDT().
|
inline |
Definition at line 74 of file BDT.h.
Referenced by TMVA::BDT().
|
private |
Definition at line 211 of file BDT.cxx.
Referenced by DrawTree().
| void TMVA::StatDialogBDT::SetItree | ( | ) |
|
private |
|
private |
Definition at line 86 of file BDT.h.
Referenced by StatDialogBDT().
|
private |
Definition at line 81 of file BDT.h.
Referenced by DrawTree(), and ~StatDialogBDT().
|
private |
Definition at line 88 of file BDT.h.
Referenced by StatDialogBDT().
|
private |
Definition at line 101 of file BDT.h.
Referenced by DrawNode(), and DrawTree().
|
private |
Definition at line 87 of file BDT.h.
Referenced by StatDialogBDT().
|
private |
Definition at line 84 of file BDT.h.
Referenced by SetItree(), and StatDialogBDT().
|
private |
Definition at line 79 of file BDT.h.
Referenced by SetItree(), StatDialogBDT(), and UpdateCanvases().
|
private |
Definition at line 78 of file BDT.h.
Referenced by RaiseDialog(), StatDialogBDT(), and ~StatDialogBDT().
|
private |
Definition at line 99 of file BDT.h.
Referenced by DrawTree().
|
private |
Definition at line 80 of file BDT.h.
Referenced by GetNtrees(), ReadTree(), and StatDialogBDT().
|
staticprivate |
Definition at line 115 of file BDT.h.
Referenced by Delete(), StatDialogBDT(), and ~StatDialogBDT().
|
private |
Definition at line 98 of file BDT.h.
Referenced by DrawTree(), GetNtrees(), and ReadTree().