Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
PlotFoams.h
Go to the documentation of this file.
1#ifndef PlotFoams__HH
2#define PlotFoams__HH
3
4#include "tmvaglob.h"
5#include "TControlBar.h"
6#include "TMap.h"
7#include "TVectorT.h"
8#include "TString.h"
9#include "TPaveText.h"
12
13#include <cfloat>
14
15#include "TMVA/PDEFoam.h"
16
17namespace TMVA{
18
19 void PlotFoams( TString fileName = "weights/TMVAClassification_PDEFoam.weights_foams.root",
20 bool useTMVAStyle = kTRUE );
21 // foam plotting macro
22 void Plot(TString fileName, TMVA::ECellValue cv, TString cv_long, bool useTMVAStyle = kTRUE);
23
24 void Plot1DimFoams(TList& foam_list, TMVA::ECellValue cell_value,
25 const TString& cell_value_description,
27 void PlotNDimFoams(TList& foam_list, TMVA::ECellValue cell_value,
28 const TString& cell_value_description,
30 void PlotCellTree(TString fileName, TString cv_long, bool useTMVAStyle = kTRUE);
31
34 Double_t xscale, Double_t yscale );
35}
36
37#endif
double Double_t
Definition RtypesCore.h:59
constexpr Bool_t kTRUE
Definition RtypesCore.h:100
A doubly linked list.
Definition TList.h:38
This class is the abstract kernel interface for PDEFoam.
Implementation of PDEFoam.
Definition PDEFoam.h:79
Basic string class.
Definition TString.h:139
Double_t y[n]
Definition legend1.C:17
Double_t x[n]
Definition legend1.C:17
create variable transformations
void Plot1DimFoams(TList &foam_list, TMVA::ECellValue cell_value, const TString &cell_value_description, TMVA::PDEFoamKernelBase *kernel)
void PlotNDimFoams(TList &foam_list, TMVA::ECellValue cell_value, const TString &cell_value_description, TMVA::PDEFoamKernelBase *kernel)
void PlotFoams(TString fileName="weights/TMVAClassification_PDEFoam.weights_foams.root", bool useTMVAStyle=kTRUE)
void DrawCell(TMVA::PDEFoamCell *cell, TMVA::PDEFoam *foam, Double_t x, Double_t y, Double_t xscale, Double_t yscale)
void Plot(TString fileName, TMVA::ECellValue cv, TString cv_long, bool useTMVAStyle=kTRUE)
void PlotCellTree(TString fileName, TString cv_long, bool useTMVAStyle=kTRUE)