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

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.

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

Definition at line 62 of file BDT.h.

Member Function Documentation

void TMVA::StatDialogBDT::Close ( )

Definition at line 44 of file BDT.cxx.

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

Definition at line 106 of file BDT.h.

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

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.

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

Definition at line 290 of file BDT.cxx.

Referenced by TMVA::BDT().

void TMVA::StatDialogBDT::GetNtrees ( )
private

Definition at line 112 of file BDT.cxx.

Referenced by StatDialogBDT().

void TMVA::StatDialogBDT::RaiseDialog ( )
inline

Definition at line 74 of file BDT.h.

Referenced by TMVA::BDT().

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

Definition at line 211 of file BDT.cxx.

void TMVA::StatDialogBDT::Redraw ( )

Definition at line 39 of file BDT.cxx.

void TMVA::StatDialogBDT::SetItree ( )

Definition at line 34 of file BDT.cxx.

void TMVA::StatDialogBDT::UpdateCanvases ( )
private

Definition at line 107 of file BDT.cxx.

Member Data Documentation

TGHorizontalFrame* TMVA::StatDialogBDT::fButtons
private

Definition at line 86 of file BDT.h.

Referenced by StatDialogBDT().

TCanvas* TMVA::StatDialogBDT::fCanvas
private

Definition at line 81 of file BDT.h.

Referenced by ~StatDialogBDT().

TGTextButton* TMVA::StatDialogBDT::fCloseButton
private

Definition at line 88 of file BDT.h.

Referenced by StatDialogBDT().

Int_t TMVA::StatDialogBDT::fColorOffset
private

Definition at line 101 of file BDT.h.

TGTextButton* TMVA::StatDialogBDT::fDrawButton
private

Definition at line 87 of file BDT.h.

Referenced by StatDialogBDT().

TGNumberEntry* TMVA::StatDialogBDT::fInput
private

Definition at line 84 of file BDT.h.

Referenced by SetItree(), and StatDialogBDT().

Int_t TMVA::StatDialogBDT::fItree
private

Definition at line 79 of file BDT.h.

Referenced by SetItree(), and StatDialogBDT().

TGMainFrame* TMVA::StatDialogBDT::fMain
private

Definition at line 78 of file BDT.h.

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

TString TMVA::StatDialogBDT::fMethName
private

Definition at line 99 of file BDT.h.

Int_t TMVA::StatDialogBDT::fNtrees
private

Definition at line 80 of file BDT.h.

Referenced by StatDialogBDT().

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

Definition at line 115 of file BDT.h.

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

TString TMVA::StatDialogBDT::fWfile
private

Definition at line 98 of file BDT.h.


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