Public Member Functions | |
StatDialogBDT (TString dataset, const TGWindow *p, TString wfile, TString methName="BDT", Int_t itree=0) | |
virtual | ~StatDialogBDT () |
void | ChangedBy (const char *method) |
void | Close () |
Bool_t | Connect (const char *sig, const char *cl, void *rcvr, const char *slt) |
void | Destroyed () |
Bool_t | Disconnect (const char *sig=nullptr, void *rcvr=nullptr, const char *slt=nullptr) |
void | DrawTree (Int_t itree) |
void | Emit (const char *signal) |
template<typename T > | |
void | Emit (const char *signal, const T &arg) |
template<typename... T> | |
void | EmitVA (const char *signal_name, Int_t nargs, const T &... params) |
TList * | GetListOfSignals () const |
void | HighPriority (const char *signal_name, const char *slot_name=nullptr) |
void | LowPriority (const char *signal_name, const char *slot_name=nullptr) |
void | Message (const char *msg) |
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 | |
void | GetNtrees () |
TMVA::DecisionTree * | ReadTree (TString *&vars, Int_t itree) |
void | UpdateCanvases () |
Private Attributes | |
TGHorizontalFrame * | fButtons |
TCanvas * | fCanvas |
TGTextButton * | fCloseButton |
Int_t | fColorOffset |
TString | fDataset |
TGTextButton * | fDrawButton |
TGNumberEntry * | fInput |
Int_t | fItree |
TGMainFrame * | fMain |
TString | fMethName |
Int_t | fNtrees |
TQObjSender | fQObject |
TString | fWfile |
Static Private Attributes | |
static StatDialogBDT * | fThis = 0 |
#include <TMVA/BDT.h>
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
staticprivate |