|
||||
File indexing completed on 2025-01-18 10:10:58
0001 #ifndef correlationsMultiClass__HH 0002 #define correlationsMultiClass__HH 0003 #include "tmvaglob.h" 0004 namespace TMVA{ 0005 0006 // this macro plots the correlation matrix of the various input 0007 // variables used in TMVA (e.g. running TMVAnalysis.C). Signal and 0008 // Background are plotted separately 0009 0010 // input: - Input file (result from TMVA), 0011 // - use of colors or grey scale 0012 // - use of TMVA plotting TStyle 0013 void correlationsMultiClass(TString dataset, TString fin = "TMVA.root", Bool_t isRegression = kFALSE, 0014 Bool_t greyScale = kFALSE, Bool_t useTMVAStyle = kTRUE ); 0015 } 0016 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |