19 void PlotFoams( TString fileName =
"weights/TMVAClassification_PDEFoam.weights_foams.root",
20 bool useTMVAStyle = kTRUE );
22 void Plot(TString fileName, TMVA::ECellValue cv, TString cv_long,
bool useTMVAStyle = kTRUE);
24 void Plot1DimFoams(TList& foam_list, TMVA::ECellValue cell_value,
25 const TString& cell_value_description,
26 TMVA::PDEFoamKernelBase* kernel);
27 void PlotNDimFoams(TList& foam_list, TMVA::ECellValue cell_value,
28 const TString& cell_value_description,
29 TMVA::PDEFoamKernelBase* kernel);
30 void PlotCellTree(TString fileName, TString cv_long,
bool useTMVAStyle = kTRUE);
32 void DrawCell( TMVA::PDEFoamCell *cell, TMVA::PDEFoam *foam,
33 Double_t x, Double_t y,
34 Double_t xscale, Double_t yscale );