Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
correlationsMultiClass.h
Go to the documentation of this file.
1#ifndef correlationsMultiClass__HH
2#define correlationsMultiClass__HH
3#include "tmvaglob.h"
4namespace TMVA{
5
6 // this macro plots the correlation matrix of the various input
7 // variables used in TMVA (e.g. running TMVAnalysis.C). Signal and
8 // Background are plotted separately
9
10 // input: - Input file (result from TMVA),
11 // - use of colors or grey scale
12 // - use of TMVA plotting TStyle
13 void correlationsMultiClass(TString dataset, TString fin = "TMVA.root", Bool_t isRegression = kFALSE,
14 Bool_t greyScale = kFALSE, Bool_t useTMVAStyle = kTRUE );
15}
16#endif
bool Bool_t
Definition RtypesCore.h:63
constexpr Bool_t kFALSE
Definition RtypesCore.h:101
constexpr Bool_t kTRUE
Definition RtypesCore.h:100
Basic string class.
Definition TString.h:139
create variable transformations
void correlationsMultiClass(TString dataset, TString fin="TMVA.root", Bool_t isRegression=kFALSE, Bool_t greyScale=kFALSE, Bool_t useTMVAStyle=kTRUE)