![]() |
ROOT
6.06/09
Reference Guide
|
#include <iostream>#include <iomanip>#include <fstream>#include "tmvaglob.h"#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"
Include dependency graph for BDT.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | TMVA::StatDialogBDT |
Namespaces | |
| TMVA | |
| Abstract ClassifierFactory template that handles arbitrary types. | |
Functions | |
| void | TMVA::BDT (const TString &fin="TMVA.root") |
| void | TMVA::BDT_DeleteTBar (int i) |
| void | TMVA::BDT (Int_t itree, TString wfile="weights/TMVAnalysis_test_BDT.weights.txt", TString methName="BDT", Bool_t useTMVAStyle=kTRUE) |
Variables | |
| static const Int_t | TMVA::kSigColorF = TColor::GetColor( "#0000FF" ) |
| static const Int_t | TMVA::kBkgColorF = TColor::GetColor( "#FF0000" ) |
| static const Int_t | TMVA::kIntColorF = TColor::GetColor( "#33aa77" ) |
| static const Int_t | TMVA::kSigColorT = 10 |
| static const Int_t | TMVA::kBkgColorT = 10 |
| static const Int_t | TMVA::kIntColorT = 10 |
| static std::vector< TControlBar * > | TMVA::BDT_Global__cbar |