Definition at line 46 of file BDT.h.
|
| 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 () |
|
#include <TMVA/BDT.h>
◆ StatDialogBDT()
◆ ~StatDialogBDT()
virtual TMVA::StatDialogBDT::~StatDialogBDT |
( |
| ) |
|
|
inlinevirtual |
Definition at line 54 of file BDT.h.
◆ ChangedBy()
void TMVA::StatDialogBDT::ChangedBy |
( |
const char * |
method | ) |
|
|
inline |
Definition at line 48 of file BDT.h.
◆ Close()
void TMVA::StatDialogBDT::Close |
( |
| ) |
|
◆ Connect()
Bool_t TMVA::StatDialogBDT::Connect |
( |
const char * |
sig, |
|
|
const char * |
cl, |
|
|
void * |
rcvr, |
|
|
const char * |
slt |
|
) |
| |
|
inline |
Definition at line 48 of file BDT.h.
◆ Delete()
static void TMVA::StatDialogBDT::Delete |
( |
| ) |
|
|
inlinestatic |
Definition at line 98 of file BDT.h.
◆ Destroyed()
void TMVA::StatDialogBDT::Destroyed |
( |
| ) |
|
|
inline |
Definition at line 48 of file BDT.h.
◆ Disconnect()
Bool_t TMVA::StatDialogBDT::Disconnect |
( |
const char * |
sig = nullptr , |
|
|
void * |
rcvr = nullptr , |
|
|
const char * |
slt = nullptr |
|
) |
| |
|
inline |
Definition at line 48 of file BDT.h.
◆ DrawNode()
recursively puts an entries in the histogram for the node and its daughters
Definition at line 158 of file BDT.cxx.
◆ DrawTree()
void TMVA::StatDialogBDT::DrawTree |
( |
Int_t |
itree | ) |
|
◆ Emit() [1/2]
void TMVA::StatDialogBDT::Emit |
( |
const char * |
signal | ) |
|
|
inline |
Definition at line 48 of file BDT.h.
◆ Emit() [2/2]
template<typename T >
void TMVA::StatDialogBDT::Emit |
( |
const char * |
signal, |
|
|
const T & |
arg |
|
) |
| |
|
inline |
Definition at line 48 of file BDT.h.
◆ EmitVA()
template<typename... T>
void TMVA::StatDialogBDT::EmitVA |
( |
const char * |
signal_name, |
|
|
Int_t |
nargs, |
|
|
const T &... |
params |
|
) |
| |
|
inline |
Definition at line 48 of file BDT.h.
◆ GetListOfSignals()
TList * TMVA::StatDialogBDT::GetListOfSignals |
( |
| ) |
const |
|
inline |
Definition at line 48 of file BDT.h.
◆ GetNtrees()
void TMVA::StatDialogBDT::GetNtrees |
( |
| ) |
|
|
private |
◆ HighPriority()
void TMVA::StatDialogBDT::HighPriority |
( |
const char * |
signal_name, |
|
|
const char * |
slot_name = nullptr |
|
) |
| |
|
inline |
Definition at line 48 of file BDT.h.
◆ LowPriority()
void TMVA::StatDialogBDT::LowPriority |
( |
const char * |
signal_name, |
|
|
const char * |
slot_name = nullptr |
|
) |
| |
|
inline |
Definition at line 48 of file BDT.h.
◆ Message()
void TMVA::StatDialogBDT::Message |
( |
const char * |
msg | ) |
|
|
inline |
Definition at line 48 of file BDT.h.
◆ RaiseDialog()
void TMVA::StatDialogBDT::RaiseDialog |
( |
| ) |
|
|
inline |
Definition at line 66 of file BDT.h.
◆ ReadTree()
◆ Redraw()
void TMVA::StatDialogBDT::Redraw |
( |
| ) |
|
◆ SetItree()
void TMVA::StatDialogBDT::SetItree |
( |
| ) |
|
◆ UpdateCanvases()
void TMVA::StatDialogBDT::UpdateCanvases |
( |
| ) |
|
|
private |
◆ fButtons
Definition at line 78 of file BDT.h.
◆ fCanvas
TCanvas* TMVA::StatDialogBDT::fCanvas |
|
private |
Definition at line 73 of file BDT.h.
◆ fCloseButton
Definition at line 80 of file BDT.h.
◆ fColorOffset
Int_t TMVA::StatDialogBDT::fColorOffset |
|
private |
Definition at line 93 of file BDT.h.
◆ fDataset
TString TMVA::StatDialogBDT::fDataset |
|
private |
Definition at line 92 of file BDT.h.
◆ fDrawButton
Definition at line 79 of file BDT.h.
◆ fInput
Definition at line 76 of file BDT.h.
◆ fItree
Int_t TMVA::StatDialogBDT::fItree |
|
private |
Definition at line 71 of file BDT.h.
◆ fMain
Definition at line 70 of file BDT.h.
◆ fMethName
TString TMVA::StatDialogBDT::fMethName |
|
private |
Definition at line 91 of file BDT.h.
◆ fNtrees
Int_t TMVA::StatDialogBDT::fNtrees |
|
private |
Definition at line 72 of file BDT.h.
◆ fQObject
Definition at line 48 of file BDT.h.
◆ fThis
◆ fWfile
TString TMVA::StatDialogBDT::fWfile |
|
private |
Definition at line 90 of file BDT.h.
The documentation for this class was generated from the following files: