Warning, file /include/root/TMVA/correlations.h was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 #ifndef correlations__HH
0002 #define correlations__HH
0003 #include "tmvaglob.h"
0004 #include "TH1.h"
0005 #include "TH2.h"
0006
0007 namespace TMVA{
0008
0009
0010
0011
0012
0013
0014
0015
0016 void correlations(TString dataset, TString fin = "TMVA.root", Bool_t isRegression = kFALSE,
0017 Bool_t greyScale = kFALSE, Bool_t useTMVAStyle = kTRUE );
0018 }
0019 #endif