ROOT  6.06/09
Reference Guide
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
TMVA::StatDialogBDTReg Class Reference

Definition at line 40 of file BDT_Reg.h.

Public Member Functions

 StatDialogBDTReg (const TGWindow *p, TString wfile="weights/TMVARegression_BDT.weights.xml", TString methName="BDT", Int_t itree=0)
 
virtual ~StatDialogBDTReg ()
 
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::DecisionTreeReadTree (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

TGMainFramefMain
 
Int_t fItree
 
Int_t fNtrees
 
TCanvasfCanvas
 
TGNumberEntryfInput
 
TGHorizontalFramefButtons
 
TGTextButtonfDrawButton
 
TGTextButtonfCloseButton
 
TString fWfile
 
TString fMethName
 

Static Private Attributes

static StatDialogBDTRegfThis = 0
 

#include <TMVA/BDT_Reg.h>

+ Collaboration diagram for TMVA::StatDialogBDTReg:

Constructor & Destructor Documentation

TMVA::StatDialogBDTReg::StatDialogBDTReg ( const TGWindow p,
TString  wfile = "weights/TMVARegression_BDT.weights.xml",
TString  methName = "BDT",
Int_t  itree = 0 
)

Definition at line 48 of file BDT_Reg.cxx.

virtual TMVA::StatDialogBDTReg::~StatDialogBDTReg ( )
inlinevirtual

Definition at line 48 of file BDT_Reg.h.

Member Function Documentation

void TMVA::StatDialogBDTReg::Close ( )

Definition at line 43 of file BDT_Reg.cxx.

static void TMVA::StatDialogBDTReg::Delete ( void  )
inlinestatic

Definition at line 89 of file BDT_Reg.h.

Referenced by TMVA::BDT_Reg(), and TMVA::BDTReg_DeleteTBar().

void TMVA::StatDialogBDTReg::DrawNode ( TMVA::DecisionTreeNode n,
Double_t  x,
Double_t  y,
Double_t  xscale,
Double_t  yscale,
TString vars 
)
private

recursively puts an entries in the histogram for the node and its daughters

Definition at line 159 of file BDT_Reg.cxx.

void TMVA::StatDialogBDTReg::DrawTree ( Int_t  itree)

Definition at line 289 of file BDT_Reg.cxx.

Referenced by TMVA::BDT_Reg().

void TMVA::StatDialogBDTReg::GetNtrees ( )
private

Definition at line 109 of file BDT_Reg.cxx.

Referenced by StatDialogBDTReg().

void TMVA::StatDialogBDTReg::RaiseDialog ( )
inline

Definition at line 60 of file BDT_Reg.h.

Referenced by TMVA::BDT_Reg().

TMVA::DecisionTree * TMVA::StatDialogBDTReg::ReadTree ( TString *&  vars,
Int_t  itree 
)
private

Definition at line 208 of file BDT_Reg.cxx.

void TMVA::StatDialogBDTReg::Redraw ( )

Definition at line 38 of file BDT_Reg.cxx.

void TMVA::StatDialogBDTReg::SetItree ( )

Definition at line 33 of file BDT_Reg.cxx.

void TMVA::StatDialogBDTReg::UpdateCanvases ( )
private

Definition at line 104 of file BDT_Reg.cxx.

Member Data Documentation

TGHorizontalFrame* TMVA::StatDialogBDTReg::fButtons
private

Definition at line 71 of file BDT_Reg.h.

Referenced by StatDialogBDTReg().

TCanvas* TMVA::StatDialogBDTReg::fCanvas
private

Definition at line 67 of file BDT_Reg.h.

Referenced by ~StatDialogBDTReg().

TGTextButton* TMVA::StatDialogBDTReg::fCloseButton
private

Definition at line 73 of file BDT_Reg.h.

Referenced by StatDialogBDTReg().

TGTextButton* TMVA::StatDialogBDTReg::fDrawButton
private

Definition at line 72 of file BDT_Reg.h.

Referenced by StatDialogBDTReg().

TGNumberEntry* TMVA::StatDialogBDTReg::fInput
private

Definition at line 69 of file BDT_Reg.h.

Referenced by SetItree(), and StatDialogBDTReg().

Int_t TMVA::StatDialogBDTReg::fItree
private

Definition at line 65 of file BDT_Reg.h.

Referenced by SetItree(), and StatDialogBDTReg().

TGMainFrame* TMVA::StatDialogBDTReg::fMain
private

Definition at line 64 of file BDT_Reg.h.

Referenced by RaiseDialog(), StatDialogBDTReg(), and ~StatDialogBDTReg().

TString TMVA::StatDialogBDTReg::fMethName
private

Definition at line 84 of file BDT_Reg.h.

Int_t TMVA::StatDialogBDTReg::fNtrees
private

Definition at line 66 of file BDT_Reg.h.

Referenced by StatDialogBDTReg().

TMVA::StatDialogBDTReg * TMVA::StatDialogBDTReg::fThis = 0
staticprivate

Definition at line 98 of file BDT_Reg.h.

Referenced by Delete(), StatDialogBDTReg(), and ~StatDialogBDTReg().

TString TMVA::StatDialogBDTReg::fWfile
private

Definition at line 83 of file BDT_Reg.h.


The documentation for this class was generated from the following files: