#include <iostream>
#include <iomanip>
#include <fstream>
#include "tmvaglob.C"
#include "RQ_OBJECT.h"
#include "TROOT.h"
#include "TStyle.h"
#include "TPad.h"
#include "TCanvas.h"
#include "TLine.h"
#include "TFile.h"
#include "TColor.h"
#include "TPaveText.h"
#include "TObjString.h"
#include "TControlBar.h"
#include "TGWindow.h"
#include "TGButton.h"
#include "TGLabel.h"
#include "TGNumberEntry.h"
#include "TMVA/DecisionTree.h"
#include "TMVA/Tools.h"
#include "TXMLEngine.h"
Go to the source code of this file.
Classes | |
class | StatDialogBDT |
Enumerations | |
enum | PlotType |
Functions | |
void | BDT (const TString &fin="TMVA.root") |
void | BDT_DeleteTBar (int i) |
void | BDT (Int_t itree, TString wfile="weights/TMVAnalysis_test_BDT.weights.txt", TString methName="BDT", Bool_t useTMVAStyle=kTRUE) |
Variables | |
static const Int_t | kSigColorF = TColor::GetColor( "#2244a5" ) |
static const Int_t | kBkgColorF = TColor::GetColor( "#dd0033" ) |
static const Int_t | kIntColorF = TColor::GetColor( "#33aa77" ) |
static const Int_t | kSigColorT = 10 |
static const Int_t | kBkgColorT = 10 |
static const Int_t | kIntColorT = 10 |
static std::vector< TControlBar * > | BDT_Global__cbar |
void BDT | ( | Int_t | itree, | |
TString | wfile = "weights/TMVAnalysis_test_BDT.weights.txt" , |
|||
TString | methName = "BDT" , |
|||
Bool_t | useTMVAStyle = kTRUE | |||
) |
Definition at line 519 of file BDT.C.
References StatDialogBDT::Delete(), TMVAGlob::DestroyCanvases(), StatDialogBDT::DrawTree(), gClient, TGClient::GetRoot(), TMVAGlob::Initialize(), and StatDialogBDT::RaiseDialog().
void BDT | ( | const TString & | fin = "TMVA.root" |
) |
Definition at line 438 of file BDT.C.
References TControlBar::AddButton(), BDT_Global__cbar, TMVAGlob::DestroyCanvases(), dir(), Form(), TDirectory::Get(), TDirectoryFile::GetDirectory(), TObjString::GetString(), TMVAGlob::OpenFile(), TControlBar::SetTextColor(), and TControlBar::Show().
void BDT_DeleteTBar | ( | int | i | ) |
Definition at line 507 of file BDT.C.
References BDT_Global__cbar, StatDialogBDT::Delete(), and TMVAGlob::DestroyCanvases().
std::vector<TControlBar*> BDT_Global__cbar [static] |
const Int_t kBkgColorF = TColor::GetColor( "#dd0033" ) [static] |
Definition at line 37 of file BDT.C.
Referenced by StatDialogBDT::DrawNode(), and StatDialogBDT::DrawTree().
const Int_t kBkgColorT = 10 [static] |
Definition at line 41 of file BDT.C.
Referenced by StatDialogBDT::DrawNode(), and StatDialogBDT::DrawTree().
const Int_t kIntColorF = TColor::GetColor( "#33aa77" ) [static] |
Definition at line 38 of file BDT.C.
Referenced by StatDialogBDT::DrawNode(), and StatDialogBDT::DrawTree().
const Int_t kIntColorT = 10 [static] |
Definition at line 42 of file BDT.C.
Referenced by StatDialogBDT::DrawNode(), and StatDialogBDT::DrawTree().
const Int_t kSigColorF = TColor::GetColor( "#2244a5" ) [static] |
Definition at line 36 of file BDT.C.
Referenced by StatDialogBDT::DrawNode(), and StatDialogBDT::DrawTree().
const Int_t kSigColorT = 10 [static] |
Definition at line 40 of file BDT.C.
Referenced by StatDialogBDT::DrawNode(), and StatDialogBDT::DrawTree().