Logo ROOT   6.10/09
Reference Guide
List of all members | 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 51 of file BDT.h.

Public Member Functions

 StatDialogBDT (TString dataset, const TGWindow *p, TString wfile, TString methName="BDT", Int_t itree=0)
 
virtual ~StatDialogBDT ()
 
void Close ()
 
void DrawTree (Int_t itree)
 
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 More...
 
void GetNtrees ()
 
TMVA::DecisionTreeReadTree (TString *&vars, Int_t itree)
 
void UpdateCanvases ()
 

Private Attributes

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

Static Private Attributes

static StatDialogBDTfThis = 0
 

#include <TMVA/BDT.h>

Constructor & Destructor Documentation

◆ StatDialogBDT()

TMVA::StatDialogBDT::StatDialogBDT ( TString  dataset,
const TGWindow p,
TString  wfile,
TString  methName = "BDT",
Int_t  itree = 0 
)

Definition at line 49 of file BDT.cxx.

◆ ~StatDialogBDT()

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

Definition at line 59 of file BDT.h.

Member Function Documentation

◆ Close()

void TMVA::StatDialogBDT::Close ( )

Definition at line 44 of file BDT.cxx.

◆ Delete()

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

Definition at line 103 of file BDT.h.

◆ 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 163 of file BDT.cxx.

◆ DrawTree()

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

Definition at line 297 of file BDT.cxx.

◆ GetNtrees()

void TMVA::StatDialogBDT::GetNtrees ( )
private

Definition at line 113 of file BDT.cxx.

◆ RaiseDialog()

void TMVA::StatDialogBDT::RaiseDialog ( )
inline

Definition at line 71 of file BDT.h.

◆ ReadTree()

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

Definition at line 212 of file BDT.cxx.

◆ Redraw()

void TMVA::StatDialogBDT::Redraw ( )

Definition at line 39 of file BDT.cxx.

◆ SetItree()

void TMVA::StatDialogBDT::SetItree ( )

Definition at line 34 of file BDT.cxx.

◆ UpdateCanvases()

void TMVA::StatDialogBDT::UpdateCanvases ( )
private

Definition at line 108 of file BDT.cxx.

Member Data Documentation

◆ fButtons

TGHorizontalFrame* TMVA::StatDialogBDT::fButtons
private

Definition at line 83 of file BDT.h.

◆ fCanvas

TCanvas* TMVA::StatDialogBDT::fCanvas
private

Definition at line 78 of file BDT.h.

◆ fCloseButton

TGTextButton* TMVA::StatDialogBDT::fCloseButton
private

Definition at line 85 of file BDT.h.

◆ fColorOffset

Int_t TMVA::StatDialogBDT::fColorOffset
private

Definition at line 98 of file BDT.h.

◆ fDataset

TString TMVA::StatDialogBDT::fDataset
private

Definition at line 97 of file BDT.h.

◆ fDrawButton

TGTextButton* TMVA::StatDialogBDT::fDrawButton
private

Definition at line 84 of file BDT.h.

◆ fInput

TGNumberEntry* TMVA::StatDialogBDT::fInput
private

Definition at line 81 of file BDT.h.

◆ fItree

Int_t TMVA::StatDialogBDT::fItree
private

Definition at line 76 of file BDT.h.

◆ fMain

TGMainFrame* TMVA::StatDialogBDT::fMain
private

Definition at line 75 of file BDT.h.

◆ fMethName

TString TMVA::StatDialogBDT::fMethName
private

Definition at line 96 of file BDT.h.

◆ fNtrees

Int_t TMVA::StatDialogBDT::fNtrees
private

Definition at line 77 of file BDT.h.

◆ fThis

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

Definition at line 112 of file BDT.h.

◆ fWfile

TString TMVA::StatDialogBDT::fWfile
private

Definition at line 95 of file BDT.h.


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