Definition at line 11 of file RFunction_Sum.hxx.
Public Member Functions | |
| RFunction_Sum () | |
| 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_Sum.hxx>
      
  | 
  inline | 
Definition at line 14 of file RFunction_Sum.hxx.
      
  | 
  virtual | 
Implements TMVA::Experimental::SOFIE::RFunction_Aggregate.
Definition at line 8 of file RFunction_Sum.cxx.