ROOT
6.06/09
Reference Guide
ROOT Home Page
Main Page
Related Pages
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
tmva
tmvagui
inc
TMVA
correlations.h
Go to the documentation of this file.
1
#ifndef correlations__HH
2
#define correlations__HH
3
#include "
tmvaglob.h
"
4
#include "
TH1.h
"
5
#include "
TH2.h
"
6
#include "
TPaletteAxis.h
"
7
namespace
TMVA
{
8
9
// this macro plots the correlation matrix of the various input
10
// variables used in TMVA (e.g. running TMVAnalysis.C). Signal and
11
// Background are plotted separately
12
13
// input: - Input file (result from TMVA),
14
// - use of colors or grey scale
15
// - use of TMVA plotting TStyle
16
void
correlations
(
TString
fin =
"TMVA.root"
,
Bool_t
isRegression =
kFALSE
,
17
Bool_t
greyScale =
kFALSE
,
Bool_t
useTMVAStyle =
kTRUE
);
18
}
19
#endif
TString
Basic string class.
Definition:
TString.h:137
Bool_t
bool Bool_t
Definition:
RtypesCore.h:59
kFALSE
const Bool_t kFALSE
Definition:
Rtypes.h:92
TPaletteAxis.h
tmvaglob.h
TH2.h
TMVA::correlations
void correlations(TString fin="TMVA.root", Bool_t isRegression=kFALSE, Bool_t greyScale=kFALSE, Bool_t useTMVAStyle=kTRUE)
Definition:
correlations.cxx:16
TMVA
Abstract ClassifierFactory template that handles arbitrary types.
Definition:
MethodPyAdaBoost.h:29
TH1.h
kTRUE
const Bool_t kTRUE
Definition:
Rtypes.h:91