#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_Reg (const TString &fin="TMVAReg.root") |
| void | BDT_DeleteTBar (int i) |
| void | BDT_Reg (Int_t itree, TString wfile="weights/TMVARegression_BDT.weights.xml", 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_DeleteTBar | ( | int | i | ) |
Definition at line 508 of file BDT_Reg.C.
References StatDialogBDT::Delete(), and TMVAGlob::DestroyCanvases().
| void BDT_Reg | ( | Int_t | itree, | |
| TString | wfile = "weights/TMVARegression_BDT.weights.xml", |
|||
| TString | methName = "BDT", |
|||
| Bool_t | useTMVAStyle = kTRUE | |||
| ) |
Definition at line 520 of file BDT_Reg.C.
References StatDialogBDT::Delete(), TMVAGlob::DestroyCanvases(), StatDialogBDT::DrawTree(), TString::EndsWith(), gClient, TGClient::GetRoot(), TMVAGlob::Initialize(), and StatDialogBDT::RaiseDialog().
| void BDT_Reg | ( | const TString & | fin = "TMVAReg.root" |
) |
Definition at line 439 of file BDT_Reg.C.
References TControlBar::AddButton(), TMVAGlob::DestroyCanvases(), dir(), Form(), TDirectory::Get(), TDirectoryFile::GetDirectory(), TObjString::GetString(), TString::Length(), TMVAGlob::OpenFile(), TControlBar::SetTextColor(), and TControlBar::Show().
std::vector<TControlBar*> BDT_Global__cbar [static] |
const Int_t kBkgColorF = TColor::GetColor( "#dd0033" ) [static] |
const Int_t kBkgColorT = 10 [static] |
const Int_t kIntColorF = TColor::GetColor( "#33aa77" ) [static] |
const Int_t kIntColorT = 10 [static] |
const Int_t kSigColorF = TColor::GetColor( "#2244a5" ) [static] |
const Int_t kSigColorT = 10 [static] |
1.5.1