ROOT
6.18/05
Reference Guide
tmva
tmva
inc
TMVA
MethodCFMlpANN_def.h
Go to the documentation of this file.
1
// @(#)root/tmva $Id$
2
// Author: Andreas Hoecker, Joerg Stelzer, Helge Voss, Kai Voss
3
4
/**********************************************************************************
5
* Project: TMVA - a Root-integrated toolkit for multivariate data analysis *
6
* Package: TMVA *
7
* Header : MethodCFMlpANN_def *
8
* Web : http://tmva.sourceforge.net *
9
* *
10
* Description: *
11
* Common definition for CFMlpANN method *
12
* *
13
* Authors (alphabetical): *
14
* Andreas Hoecker <Andreas.Hocker@cern.ch> - CERN, Switzerland *
15
* Xavier Prudent <prudent@lapp.in2p3.fr> - LAPP, France *
16
* Helge Voss <Helge.Voss@cern.ch> - MPI-K Heidelberg, Germany *
17
* Kai Voss <Kai.Voss@cern.ch> - U. of Victoria, Canada *
18
* *
19
* Copyright (c) 2005: *
20
* CERN, Switzerland *
21
* U. of Victoria, Canada *
22
* MPI-K Heidelberg, Germany *
23
* LAPP, Annecy, France *
24
* *
25
* Redistribution and use in source and binary forms, with or without *
26
* modification, are permitted according to the terms listed in LICENSE *
27
* (http://tmva.sourceforge.net/LICENSE) *
28
**********************************************************************************/
29
30
// ------------- common definitions used in several modules --------------
31
// recovered explicit array definitions from f2c override
32
33
#ifndef ROOT_TMVA_MethodCFMlpANN_def
34
#define ROOT_TMVA_MethodCFMlpANN_def
35
36
namespace
TMVA
{
37
38
const
int
max_Events_ = 200000;
39
const
int
max_nLayers_ = 6;
40
const
int
max_nNodes_ = 200;
41
const
int
max_nVar_ = 200;
42
43
}
44
45
#endif
TMVA
create variable transformations
Definition:
GeneticMinimizer.h:21