ROOT
6.06/09
Reference Guide
|
#include "tmvaglob.h"
#include "TControlBar.h"
#include "TMap.h"
#include "TVectorT.h"
#include "TLine.h"
#include "TPaveText.h"
#include "TMVA/PDEFoamKernelBase.h"
#include "TMVA/PDEFoamKernelTrivial.h"
#include <sstream>
#include <string>
#include <cfloat>
#include "TMVA/PDEFoam.h"
Go to the source code of this file.
Namespaces | |
TMVA | |
Abstract ClassifierFactory template that handles arbitrary types. | |
Functions | |
void | TMVA::PlotFoams (TString fileName="weights/TMVAClassification_PDEFoam.weights_foams.root", bool useTMVAStyle=kTRUE) |
void | TMVA::Plot (TString fileName, TMVA::ECellValue cv, TString cv_long, bool useTMVAStyle=kTRUE) |
void | TMVA::Plot1DimFoams (TList &foam_list, TMVA::ECellValue cell_value, const TString &cell_value_description, TMVA::PDEFoamKernelBase *kernel) |
void | TMVA::PlotNDimFoams (TList &foam_list, TMVA::ECellValue cell_value, const TString &cell_value_description, TMVA::PDEFoamKernelBase *kernel) |
void | TMVA::PlotCellTree (TString fileName, TString cv_long, bool useTMVAStyle=kTRUE) |
void | TMVA::DrawCell (TMVA::PDEFoamCell *cell, TMVA::PDEFoam *foam, Double_t x, Double_t y, Double_t xscale, Double_t yscale) |