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::StatDialogBDT Class Reference

Definition at line 54 of file BDT.h.

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::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
 
Int_t fColorOffset
 

Static Private Attributes

static StatDialogBDTfThis = 0
 

#include <TMVA/BDT.h>

+ Collaboration diagram for TMVA::StatDialogBDT:

Constructor & Destructor Documentation

§ StatDialogBDT()

TMVA::StatDialogBDT::StatDialogBDT ( const TGWindow p,
TString  wfile = "weights/TMVAClassification_BDT.weights.txt",
TString  methName = "BDT",
Int_t  itree = 0 
)

Definition at line 49 of file BDT.cxx.

Referenced by TMVA::BDT().

§ ~StatDialogBDT()

virtual TMVA::StatDialogBDT::~StatDialogBDT ( )
inlinevirtual

Definition at line 62 of file BDT.h.

Member Function Documentation

§ Close()

void TMVA::StatDialogBDT::Close ( )

Definition at line 44 of file BDT.cxx.

Referenced by Delete().

§ Delete()

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

Definition at line 106 of file BDT.h.

Referenced by TMVA::BDT(), and TMVA::BDT_DeleteTBar().

§ DrawNode()

void TMVA::StatDialogBDT::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 162 of file BDT.cxx.

Referenced by DrawTree().

§ DrawTree()

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

Definition at line 290 of file BDT.cxx.

Referenced by TMVA::BDT(), UpdateCanvases(), and ~StatDialogBDT().

§ GetNtrees()

void TMVA::StatDialogBDT::GetNtrees ( )
private

Definition at line 112 of file BDT.cxx.

Referenced by StatDialogBDT().

§ RaiseDialog()

void TMVA::StatDialogBDT::RaiseDialog ( )
inline

Definition at line 74 of file BDT.h.

Referenced by TMVA::BDT().

§ ReadTree()

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

Definition at line 211 of file BDT.cxx.

Referenced by DrawTree().

§ Redraw()

void TMVA::StatDialogBDT::Redraw ( )

Definition at line 39 of file BDT.cxx.

Referenced by Delete().

§ SetItree()

void TMVA::StatDialogBDT::SetItree ( )

Definition at line 34 of file BDT.cxx.

Referenced by Delete().

§ UpdateCanvases()

void TMVA::StatDialogBDT::UpdateCanvases ( )
private

Definition at line 107 of file BDT.cxx.

Referenced by Redraw().

Member Data Documentation

§ fButtons

TGHorizontalFrame* TMVA::StatDialogBDT::fButtons
private

Definition at line 86 of file BDT.h.

Referenced by StatDialogBDT().

§ fCanvas

TCanvas* TMVA::StatDialogBDT::fCanvas
private

Definition at line 81 of file BDT.h.

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

§ fCloseButton

TGTextButton* TMVA::StatDialogBDT::fCloseButton
private

Definition at line 88 of file BDT.h.

Referenced by StatDialogBDT().

§ fColorOffset

Int_t TMVA::StatDialogBDT::fColorOffset
private

Definition at line 101 of file BDT.h.

Referenced by DrawNode(), and DrawTree().

§ fDrawButton

TGTextButton* TMVA::StatDialogBDT::fDrawButton
private

Definition at line 87 of file BDT.h.

Referenced by StatDialogBDT().

§ fInput

TGNumberEntry* TMVA::StatDialogBDT::fInput
private

Definition at line 84 of file BDT.h.

Referenced by SetItree(), and StatDialogBDT().

§ fItree

Int_t TMVA::StatDialogBDT::fItree
private

Definition at line 79 of file BDT.h.

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

§ fMain

TGMainFrame* TMVA::StatDialogBDT::fMain
private

Definition at line 78 of file BDT.h.

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

§ fMethName

TString TMVA::StatDialogBDT::fMethName
private

Definition at line 99 of file BDT.h.

Referenced by DrawTree().

§ fNtrees

Int_t TMVA::StatDialogBDT::fNtrees
private

Definition at line 80 of file BDT.h.

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

§ fThis

TMVA::StatDialogBDT * TMVA::StatDialogBDT::fThis = 0
staticprivate

Definition at line 115 of file BDT.h.

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

§ fWfile

TString TMVA::StatDialogBDT::fWfile
private

Definition at line 98 of file BDT.h.

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


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