Logo ROOT   6.16/01
Reference Guide
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
const Bool_t kFALSE
Definition: RtypesCore.h:88
bool Bool_t
Definition: RtypesCore.h:59
const Bool_t kTRUE
Definition: RtypesCore.h:87
Basic string class.
Definition: TString.h:131
Abstract ClassifierFactory template that handles arbitrary types.
void correlationsMultiClass(TString dataset, TString fin="TMVA.root", Bool_t isRegression=kFALSE, Bool_t greyScale=kFALSE, Bool_t useTMVAStyle=kTRUE)