ROOT
Version v6.32
master
v6.34
v6.30
v6.28
v6.26
v6.24
v6.22
v6.20
v6.18
v6.16
v6.14
v6.12
v6.10
v6.08
v6.06
Reference Guide
▼
ROOT
ROOT Reference Documentation
Tutorials
►
Functional Parts
►
Namespaces
►
All Classes
▼
Files
▼
File List
►
bindings
►
core
►
documentation
►
geom
►
graf2d
►
graf3d
►
gui
►
hist
►
html
►
io
►
main
►
math
►
montecarlo
►
net
►
proof
►
roofit
►
sql
▼
tmva
doc
►
pymva
►
rmva
▼
sofie
▼
inc
▼
TMVA
FunctionList.hxx
OperatorList.hxx
►
RFunction.hxx
►
RFunction_Mean.hxx
►
RFunction_MLP.hxx
►
RFunction_Sum.hxx
►
RModel.hxx
►
RModel_Base.hxx
►
RModel_GNN.hxx
►
RModel_GraphIndependent.hxx
►
ROperator.hxx
►
ROperator_BasicBinary.hxx
►
ROperator_BasicNary.hxx
►
ROperator_BasicUnary.hxx
►
ROperator_BatchNormalization.hxx
►
ROperator_Cast.hxx
►
ROperator_Comparision.hxx
►
ROperator_Concat.hxx
►
ROperator_Conv.hxx
►
ROperator_ConvTranspose.hxx
►
ROperator_ConvTranspose.icc
►
ROperator_Custom.hxx
►
ROperator_Elu.hxx
►
ROperator_Erf.hxx
►
ROperator_Expand.hxx
►
ROperator_EyeLike.hxx
►
ROperator_Gather.hxx
►
ROperator_Gemm.hxx
►
ROperator_GRU.hxx
►
ROperator_GRU.icc
►
ROperator_Identity.hxx
►
ROperator_LayerNormalization.hxx
►
ROperator_LeakyRelu.hxx
►
ROperator_LSTM.hxx
►
ROperator_LSTM.icc
►
ROperator_Pool.hxx
►
ROperator_Range.hxx
►
ROperator_Reduce.hxx
►
ROperator_Relu.hxx
►
ROperator_Reshape.hxx
►
ROperator_RNN.hxx
►
ROperator_RNN.icc
►
ROperator_Selu.hxx
►
ROperator_Shape.hxx
►
ROperator_Sigmoid.hxx
►
ROperator_Slice.hxx
►
ROperator_Softmax.hxx
►
ROperator_Swish.hxx
►
ROperator_Tanh.hxx
►
ROperator_Transpose.hxx
►
SOFIE_common.hxx
►
SOFIEHelpers.hxx
►
src
►
sofie_parsers
►
tmva
►
tmvagui
►
tree
►
tutorials
►
v6-32-00-patches
►
File Members
Release Notes
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
RFunction_Mean.hxx
Go to the documentation of this file.
1
#ifndef TMVA_SOFIE_RFUNCTION_MEAN
2
#define TMVA_SOFIE_RFUNCTION_MEAN
3
4
#include "
TMVA/RFunction.hxx
"
5
6
namespace
TMVA
{
7
namespace
Experimental {
8
namespace
SOFIE {
9
10
class
RFunction_Mean
:
public
RFunction_Aggregate
{
11
12
public
:
13
RFunction_Mean
():
RFunction_Aggregate
(
FunctionReducer
::
MEAN
) {
14
fFuncName
=
"Aggregate_by_Mean"
;
15
}
16
17
std::string
GenerateModel
();
18
};
19
20
}
//SOFIE
21
}
//Experimental
22
}
//TMVA
23
24
#endif
//TMVA_SOFIE_RFUNCTION_MEAN
RFunction.hxx
TMVA::Experimental::SOFIE::RFunction_Aggregate
Definition
RFunction.hxx:62
TMVA::Experimental::SOFIE::RFunction_Mean
Definition
RFunction_Mean.hxx:10
TMVA::Experimental::SOFIE::RFunction_Mean::RFunction_Mean
RFunction_Mean()
Definition
RFunction_Mean.hxx:13
TMVA::Experimental::SOFIE::RFunction_Mean::GenerateModel
std::string GenerateModel()
Definition
RFunction_Mean.cxx:8
TMVA::Experimental::SOFIE::RFunction::fFuncName
std::string fFuncName
Definition
RFunction.hxx:19
TMVA::Experimental::SOFIE::FunctionReducer
FunctionReducer
Definition
RModel_Base.hxx:95
TMVA::Experimental::SOFIE::FunctionReducer::MEAN
@ MEAN
TMVA
create variable transformations
Definition
GeneticMinimizer.h:22
tmva
sofie
inc
TMVA
RFunction_Mean.hxx
ROOT v6-32 - Reference Guide Generated on Wed Apr 9 2025 05:33:05 (GVA Time) using Doxygen 1.10.0