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
annconvergencetest.h
Go to the documentation of this file.
1
#ifndef annconvergencetest__HH
2
#define annconvergencetest__HH
3
#include "
TMVA/tmvaglob.h
"
4
namespace
TMVA
{
5
6
// this macro serves to assess the convergence of the MLP ANN.
7
// It compares the error estimator for the training and testing samples.
8
// If overtraining occurred, the estimator for the training sample should
9
// monotoneously decrease, while the estimator of the testing sample should
10
// show a minimum after which it increases.
11
12
// input: - Input file (result from TMVA),
13
// - use of TMVA plotting TStyle
14
15
void
annconvergencetest
(
TDirectory
*lhdir );
16
17
void
annconvergencetest
(
TString
fin =
"TMVA.root"
,
Bool_t
useTMVAStyle =
kTRUE
);
18
}
19
#endif
TString
Basic string class.
Definition:
TString.h:137
Bool_t
bool Bool_t
Definition:
RtypesCore.h:59
tmvaglob.h
TDirectory
Describe directory structure in memory.
Definition:
TDirectory.h:41
TMVA
Abstract ClassifierFactory template that handles arbitrary types.
Definition:
MethodPyAdaBoost.h:29
kTRUE
const Bool_t kTRUE
Definition:
Rtypes.h:91
TMVA::annconvergencetest
void annconvergencetest(TDirectory *lhdir)
Definition:
annconvergencetest.cxx:13