Loading [MathJax]/extensions/tex2jax.js
ROOT
6.08/07
Reference Guide
ROOT Home Page
Main Page
Tutorials
User's Classes
+
Namespaces
Namespace List
+
Namespace Members
+
All
2
3
<
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
<
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
2
3
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
u
v
x
+
Enumerations
a
d
e
f
g
h
m
p
t
v
w
y
+
Enumerator
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
u
v
w
+
All Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
x
y
+
Enumerations
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
w
y
+
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Properties
f
+
Related Functions
:
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Files
File List
+
File Members
+
All
1
2
3
4
5
6
7
8
9
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerations
c
e
f
i
l
m
p
r
u
x
+
Enumerator
a
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
v
w
x
y
z
+
Macros
1
2
3
4
5
6
7
8
9
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Release Notes
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
tmva
tmva
inc
LinkDef4.h
Go to the documentation of this file.
1
#ifdef __CINT__
2
3
#pragma link off all globals;
4
#pragma link off all classes;
5
#pragma link off all functions;
6
#pragma link off all namespaces;
7
8
#pragma link C++ nestedclass;
9
10
11
// other classes
12
#pragma link C++ class TMVA::TNeuron+;
13
#pragma link C++ class TMVA::TSynapse+;
14
#pragma link C++ class TMVA::TActivationChooser+;
15
#pragma link C++ class TMVA::TActivation+;
16
#pragma link C++ class TMVA::TActivationSigmoid+;
17
#pragma link C++ class TMVA::TActivationIdentity+;
18
#pragma link C++ class TMVA::TActivationTanh+;
19
#pragma link C++ class TMVA::TActivationReLU+;
20
#pragma link C++ class TMVA::TActivationRadial+;
21
#pragma link C++ class TMVA::TNeuronInputChooser+;
22
#pragma link C++ class TMVA::TNeuronInput+;
23
#pragma link C++ class TMVA::TNeuronInputSum+;
24
#pragma link C++ class TMVA::TNeuronInputSqSum+;
25
#pragma link C++ class TMVA::TNeuronInputAbs+;
26
#pragma link C++ class TMVA::Types+;
27
#pragma link C++ class TMVA::Ranking+;
28
#pragma link C++ class TMVA::RuleFit+;
29
#pragma link C++ class TMVA::RuleFitAPI+;
30
#pragma link C++ class TMVA::IMethod+;
31
#pragma link C++ class TMVA::MsgLogger+;
32
#pragma link C++ class TMVA::VariableTransformBase+;
33
#pragma link C++ class TMVA::VariableIdentityTransform+;
34
#pragma link C++ class TMVA::VariableDecorrTransform+;
35
#pragma link C++ class TMVA::VariablePCATransform+;
36
#pragma link C++ class TMVA::VariableGaussTransform+;
37
#pragma link C++ class TMVA::VariableNormalizeTransform+;
38
#pragma link C++ class TMVA::VariableRearrangeTransform+;
39
#pragma link C++ class TMVA::VarTransformHandler+;
40
#pragma link C++ class TMVA::ROCCalc+;
41
#pragma link C++ class TMVA::ROCCurve+;
42
43
#pragma link C++ function TMVA::CreateVariableTransform;
44
#pragma link C++ function TMVA::DataLoaderCopy;
45
46
#endif