ROOT
6.10/09
Reference Guide
tmva
tmvagui
src
rulevis.cxx
Go to the documentation of this file.
1
#include "
TMVA/rulevis.h
"
2
3
4
// This macro plots the distributions of the different input variables overlaid on
5
// the sum of importance per bin.
6
// The scale goes from violett (no importance) to red (high importance).
7
// Areas where many important rules are active, will thus be very red.
8
//
9
// input: - Input file (result from TMVA),
10
// - normal/decorrelated/PCA
11
// - use of TMVA plotting TStyle
12
void
TMVA::rulevis
(
TString
fin ,
TMVAGlob::TypeOfPlot
type
,
bool
useTMVAStyle )
13
{
14
//rulevisHists(fin,type,useTMVAStyle);
15
rulevisCorr
(fin,type,useTMVAStyle);
16
}
rulevis.h
TString
Basic string class.
Definition:
TString.h:129
TMVA::TMVAGlob::TypeOfPlot
TypeOfPlot
Definition:
tmvaglob.h:37
TMVA::rulevisCorr
void rulevisCorr(TString fin="TMVA.root", TMVAGlob::TypeOfPlot type=TMVAGlob::kNorm, bool useTMVAStyle=kTRUE)
type
int type
Definition:
TGX11.cxx:120
TMVA::rulevis
void rulevis(TString fin="TMVA.root", TMVAGlob::TypeOfPlot type=TMVAGlob::kNorm, bool useTMVAStyle=kTRUE)