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
correlationscattersMultiClass.h
Go to the documentation of this file.
1
#ifndef correlationscattersMultiClass__HH
2
#define correlationscattersMultiClass__HH
3
#include "
tmvaglob.h
"
4
namespace
TMVA
{
5
6
// this macro plots the correlations (as scatter plots); of
7
// the various input variable combinations used in TMVA (e.g. running
8
// TMVAnalysis.C). Signal and Background are plotted separately
9
10
// input: - Input file (result from TMVA),
11
// - normal/decorrelated/PCA
12
// - use of TMVA plotting TStyle
13
void
correlationscattersMultiClass
(
TString
fin =
"TMVA.root"
,
TString
var=
"var3"
,
14
TString
dirName_ =
"InputVariables_Id"
,
TString
title =
"TMVA Input Variable"
,
15
Bool_t
isRegression =
kFALSE
,
16
Bool_t
useTMVAStyle =
kTRUE
);
17
}
18
#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::correlationscattersMultiClass
void correlationscattersMultiClass(TString fin="TMVA.root", TString var="var3", TString dirName_="InputVariables_Id", TString title="TMVA Input Variable", Bool_t isRegression=kFALSE, Bool_t useTMVAStyle=kTRUE)
Definition:
correlationscattersMultiClass.cxx:13
tmvaglob.h
TMVA
Abstract ClassifierFactory template that handles arbitrary types.
Definition:
MethodPyAdaBoost.h:29
kTRUE
const Bool_t kTRUE
Definition:
Rtypes.h:91