ROOT  6.06/08
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

§ StatDialogBDTReg()

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.

Referenced by TMVA::BDT_Reg().

§ ~StatDialogBDTReg()

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

Definition at line 48 of file BDT_Reg.h.

Member Function Documentation

§ Close()

void TMVA::StatDialogBDTReg::Close ( )

Definition at line 43 of file BDT_Reg.cxx.

Referenced by Delete().

§ Delete()

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().

§ DrawNode()

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.

Referenced by DrawTree().

§ DrawTree()

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

Definition at line 289 of file BDT_Reg.cxx.

Referenced by TMVA::BDT_Reg(), UpdateCanvases(), and ~StatDialogBDTReg().

§ GetNtrees()

void TMVA::StatDialogBDTReg::GetNtrees ( )
private

Definition at line 109 of file BDT_Reg.cxx.

Referenced by StatDialogBDTReg().

§ RaiseDialog()

void TMVA::StatDialogBDTReg::RaiseDialog ( )
inline

Definition at line 60 of file BDT_Reg.h.

Referenced by TMVA::BDT_Reg().

§ ReadTree()

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

Definition at line 208 of file BDT_Reg.cxx.

Referenced by DrawTree().

§ Redraw()

void TMVA::StatDialogBDTReg::Redraw ( )

Definition at line 38 of file BDT_Reg.cxx.

Referenced by Delete().

§ SetItree()

void TMVA::StatDialogBDTReg::SetItree ( )

Definition at line 33 of file BDT_Reg.cxx.

Referenced by Delete().

§ UpdateCanvases()

void TMVA::StatDialogBDTReg::UpdateCanvases ( )
private

Definition at line 104 of file BDT_Reg.cxx.

Referenced by Redraw().

Member Data Documentation

§ fButtons

TGHorizontalFrame* TMVA::StatDialogBDTReg::fButtons
private

Definition at line 71 of file BDT_Reg.h.

Referenced by StatDialogBDTReg().

§ fCanvas

TCanvas* TMVA::StatDialogBDTReg::fCanvas
private

Definition at line 67 of file BDT_Reg.h.

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

§ fCloseButton

TGTextButton* TMVA::StatDialogBDTReg::fCloseButton
private

Definition at line 73 of file BDT_Reg.h.

Referenced by StatDialogBDTReg().

§ fDrawButton

TGTextButton* TMVA::StatDialogBDTReg::fDrawButton
private

Definition at line 72 of file BDT_Reg.h.

Referenced by StatDialogBDTReg().

§ fInput

TGNumberEntry* TMVA::StatDialogBDTReg::fInput
private

Definition at line 69 of file BDT_Reg.h.

Referenced by SetItree(), and StatDialogBDTReg().

§ fItree

Int_t TMVA::StatDialogBDTReg::fItree
private

Definition at line 65 of file BDT_Reg.h.

Referenced by SetItree(), StatDialogBDTReg(), and UpdateCanvases().

§ fMain

TGMainFrame* TMVA::StatDialogBDTReg::fMain
private

Definition at line 64 of file BDT_Reg.h.

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

§ fMethName

TString TMVA::StatDialogBDTReg::fMethName
private

Definition at line 84 of file BDT_Reg.h.

Referenced by DrawTree().

§ fNtrees

Int_t TMVA::StatDialogBDTReg::fNtrees
private

Definition at line 66 of file BDT_Reg.h.

Referenced by GetNtrees(), ReadTree(), and StatDialogBDTReg().

§ fThis

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

Definition at line 98 of file BDT_Reg.h.

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

§ fWfile

TString TMVA::StatDialogBDTReg::fWfile
private

Definition at line 83 of file BDT_Reg.h.

Referenced by DrawTree(), GetNtrees(), and ReadTree().


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