Definition at line 10 of file RFunction_Mean.hxx.
Public Member Functions | |
RFunction_Mean () | |
std::string | GenerateModel () |
Public Member Functions inherited from TMVA::Experimental::SOFIE::RFunction_Aggregate | |
RFunction_Aggregate () | |
RFunction_Aggregate (FunctionReducer reducer) | |
virtual | ~RFunction_Aggregate () |
std::string | Generate (std::size_t num_features, const std::string &inputTensors) |
std::string | Generate (std::size_t num_features, const std::vector< std::string > &inputTensors) |
std::string | GetFunctionName () |
FunctionReducer | GetFunctionReducer () |
Public Member Functions inherited from TMVA::Experimental::SOFIE::RFunction | |
RFunction () | |
RFunction (std::string funcName, FunctionType type) | |
virtual | ~RFunction () |
FunctionType | GetFunctionType () |
Additional Inherited Members | |
Protected Attributes inherited from TMVA::Experimental::SOFIE::RFunction_Aggregate | |
FunctionReducer | fReducer |
Protected Attributes inherited from TMVA::Experimental::SOFIE::RFunction | |
std::string | fFuncName |
FunctionType | fType |
#include <TMVA/RFunction_Mean.hxx>
|
inline |
Definition at line 13 of file RFunction_Mean.hxx.
|
virtual |
Implements TMVA::Experimental::SOFIE::RFunction_Aggregate.
Definition at line 8 of file RFunction_Mean.cxx.