ROOT
git-r3/HEAD
Reference Guide
Loading...
Searching...
No Matches
RFunction_Sum.hxx
Go to the documentation of this file.
1
#ifndef TMVA_SOFIE_RFUNCTION_SUM
2
#define TMVA_SOFIE_RFUNCTION_SUM
3
4
5
#include "
TMVA/RFunction.hxx
"
6
7
namespace
TMVA
{
8
namespace
Experimental
{
9
namespace
SOFIE
{
10
11
class
RFunction_Sum
:
public
RFunction_Aggregate
{
12
13
public
:
14
RFunction_Sum
():
RFunction_Aggregate
(
FunctionReducer
::
SUM
) {
15
fFuncName
=
"Aggregate_by_Sum"
;
16
}
17
18
std::string
GenerateModel
()
override
;
19
};
20
21
}
//SOFIE
22
}
//Experimental
23
}
//TMVA
24
25
#endif
//TMVA_SOFIE_RFUNCTION_SUM
RFunction.hxx
TMVA::Experimental::SOFIE::RFunction_Aggregate::RFunction_Aggregate
RFunction_Aggregate()
Definition
RFunction.hxx:67
TMVA::Experimental::SOFIE::RFunction_Sum::GenerateModel
std::string GenerateModel() override
Definition
RFunction_Sum.cxx:8
TMVA::Experimental::SOFIE::RFunction_Sum::RFunction_Sum
RFunction_Sum()
Definition
RFunction_Sum.hxx:14
TMVA::Experimental::SOFIE::RFunction::fFuncName
std::string fFuncName
Definition
RFunction.hxx:19
TMVA::Experimental::SOFIE
Definition
RFunction.hxx:12
TMVA::Experimental::SOFIE::FunctionReducer
FunctionReducer
Definition
RModel_Base.hxx:108
TMVA::Experimental::SOFIE::FunctionReducer::SUM
@ SUM
Definition
RModel_Base.hxx:108
TMVA::Experimental
Definition
RFunction.hxx:11
TMVA
create variable transformations
Definition
GeneticMinimizer.h:22
tmva
sofie
inc
TMVA
RFunction_Sum.hxx
ROOTgit-r3/HEAD - Reference Guide Generated on
(GVA Time) using Doxygen 1.16.1