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
correlationsMultiClass.h
Go to the documentation of this file.
1
#ifndef correlationsMultiClass__HH
2
#define correlationsMultiClass__HH
3
#include "
tmvaglob.h
"
4
namespace
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
fin =
"TMVA.root"
,
Bool_t
isRegression =
kFALSE
,
14
Bool_t
greyScale =
kFALSE
,
Bool_t
useTMVAStyle =
kTRUE
);
15
}
16
#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
TMVA::correlationsMultiClass
void correlationsMultiClass(TString fin="TMVA.root", Bool_t isRegression=kFALSE, Bool_t greyScale=kFALSE, Bool_t useTMVAStyle=kTRUE)
Definition:
correlationsMultiClass.cxx:14
tmvaglob.h
TMVA
Abstract ClassifierFactory template that handles arbitrary types.
Definition:
MethodPyAdaBoost.h:29
kTRUE
const Bool_t kTRUE
Definition:
Rtypes.h:91