ROOT
git-r3/HEAD
Reference Guide
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
}
TString
Basic string class.
Definition
TString.h:138
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
ROOTgit-r3/HEAD - Reference Guide Generated on
(GVA Time) using Doxygen 1.16.1