Loading [MathJax]/extensions/tex2jax.js
ROOT
Version v6.24
master
v6.34
v6.32
v6.30
v6.28
v6.26
v6.22
v6.20
v6.18
v6.16
v6.14
v6.12
v6.10
v6.08
v6.06
Reference Guide
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
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
}
type
int type
Definition
TGX11.cxx:121
TString
Basic string class.
Definition
TString.h:136
TMVA::rulevisCorr
void rulevisCorr(TString fin="TMVA.root", TMVAGlob::TypeOfPlot type=TMVAGlob::kNorm, bool useTMVAStyle=kTRUE)
TMVA::rulevis
void rulevis(TString fin="TMVA.root", TMVAGlob::TypeOfPlot type=TMVAGlob::kNorm, bool useTMVAStyle=kTRUE)
rulevis.h
tmva
tmvagui
src
rulevis.cxx
ROOT v6-24 - Reference Guide Generated on Tue Aug 22 2023 03:06:53 (GVA Time) using Doxygen 1.9.8