25      cout << 
"Could not locate directory 'Method_Boost' in file " << 
fin << endl;
 
   54   TString hname[
nPlots]={
"BoostWeight",
"MethodWeight",
"ErrFraction",
"SoverBtotal",
"SeparationGain", 
"SeparationGain"};
 
   63      h->SetMaximum(
h->GetMaximum()*1.3);
 
   65      h->SetMarkerColor(color);
 
   66      h->SetMarkerSize( 0.7 );
 
   67      h->SetMarkerStyle( 24 );
 
   69      h->SetLineColor(color);
 
   78   TString htitle[2] = {
"ROC integral of single classifier", 
"ROC integral of boosted method"};
 
   80   for (
Int_t i=0; i<2; i++){
 
   94      htest->SetMaximum(1.0);
 
   95      htest->SetMinimum(0.0);
 
   96      htest->SetMarkerColor(color);
 
   97      htest->SetMarkerSize( 0.7 );
 
   98      htest->SetMarkerStyle( 24 );
 
   99      htest->SetLineWidth(2);
 
  100      htest->SetLineColor(color);
 
  104      htrain->SetMarkerColor(color-2);
 
  105      htrain->SetMarkerSize( 0.7 );
 
  106      htrain->SetMarkerStyle( 24 );
 
  108      htrain->SetLineColor(color-2);
 
  113                                       0.2 + 
cPad->GetBottomMargin(),
 
  114                                       cPad->GetLeftMargin() + 0.6, 
 
  115                                       cPad->GetBottomMargin() );
 
  118         legend->SetFillStyle( 1 );
 
  127         t.
DrawTextNDC( .2, 0.6, 
"Use MethodBoost option: \"Boost_DetailedMonitoring\" " );        
 
  128         t.
DrawTextNDC( .2, 0.51, 
"to fill this histograms" );        
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t height
virtual void SetTextColor(Color_t tcolor=1)
Set the text color.
virtual void SetTextSize(Float_t tsize=1)
Set the text size.
TDirectory * GetDirectory(const char *apath, Bool_t printError=false, const char *funcname="GetDirectory") override
Find a directory named "apath".
Describe directory structure in memory.
A ROOT file is an on-disk file, usually with extension .root, that stores objects in a file-system-li...
1-D histogram with a float per channel (see TH1 documentation)
TH1 is the base class of all histogram classes in ROOT.
Book space in a file, create I/O buffers, to fill them, (un)compress them.
virtual TObject * ReadObj()
To read a TObject* from the file.
This class displays a legend box (TPaveText) containing several legend entries.
The most important graphics class in the ROOT system.
static TString Format(const char *fmt,...)
Static method which formats a string using a printf style format descriptor and return a TString.
Base class for several text objects.
virtual TText * DrawTextNDC(Double_t x, Double_t y, const char *text)
Draw this text with new coordinates in NDC.
UInt_t GetListOfTitles(TDirectory *rfdir, TList &titles)
void Initialize(Bool_t useTMVAStyle=kTRUE)
TKey * NextKey(TIter &keyIter, TString className)
TFile * OpenFile(const TString &fin)
void imgconv(TCanvas *c, const TString &fname)
void boostcontrolplots(TString dataset, TDirectory *boostdir)
void BoostControlPlots(TString dataset, TString fin="TMVA.root", Bool_t useTMVAStyle=kTRUE)