ROOT
6.06/09
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>
Definition at line 106 of file BDT.h.
Referenced by TMVA::BDT(), and TMVA::BDT_DeleteTBar().
Definition at line 290 of file BDT.cxx.
Referenced by TMVA::BDT().
|
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 |
|
private |
Definition at line 86 of file BDT.h.
Referenced by StatDialogBDT().
|
private |
Definition at line 81 of file BDT.h.
Referenced by ~StatDialogBDT().
|
private |
Definition at line 88 of file BDT.h.
Referenced by StatDialogBDT().
|
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(), and StatDialogBDT().
|
private |
Definition at line 78 of file BDT.h.
Referenced by RaiseDialog(), StatDialogBDT(), and ~StatDialogBDT().
|
private |
Definition at line 80 of file BDT.h.
Referenced by StatDialogBDT().
|
staticprivate |
Definition at line 115 of file BDT.h.
Referenced by Delete(), StatDialogBDT(), and ~StatDialogBDT().