A replacement for the TMVA::Reader legacy interface.
Performs inference for TMVA models stored as XML files. For neural network inference consider using SOFIE instead.
Definition at line 136 of file RReader.hxx.
#include <TMVA/RReader.hxx>
◆ RReader()
TMVA::Experimental::RReader::RReader |
( |
const std::string & |
path | ) |
|
|
inline |
◆ Compute() [1/2]
std::vector< float > TMVA::Experimental::RReader::Compute |
( |
const std::vector< float > & |
x | ) |
|
|
inline |
Compute model prediction on vector.
Definition at line 178 of file RReader.hxx.
◆ Compute() [2/2]
RTensor< float > TMVA::Experimental::RReader::Compute |
( |
RTensor< float > & |
x | ) |
|
|
inline |
◆ GetSpectatorNames()
std::vector< std::string > TMVA::Experimental::RReader::GetSpectatorNames |
( |
| ) |
|
|
inline |
◆ GetVariableNames()
std::vector< std::string > TMVA::Experimental::RReader::GetVariableNames |
( |
| ) |
|
|
inline |
◆ fAnalysisType
◆ fNumClasses
unsigned int TMVA::Experimental::RReader::fNumClasses |
|
private |
◆ fReader
std::unique_ptr<Reader> TMVA::Experimental::RReader::fReader |
|
private |
◆ fSpectatorExpressions
std::vector<std::string> TMVA::Experimental::RReader::fSpectatorExpressions |
|
private |
◆ fSpectators
std::vector<std::string> TMVA::Experimental::RReader::fSpectators |
|
private |
◆ fSpectatorValues
std::vector<float> TMVA::Experimental::RReader::fSpectatorValues |
|
private |
◆ fVariableExpressions
std::vector<std::string> TMVA::Experimental::RReader::fVariableExpressions |
|
private |
◆ fVariables
std::vector<std::string> TMVA::Experimental::RReader::fVariables |
|
private |
◆ fVariableValues
std::vector<float> TMVA::Experimental::RReader::fVariableValues |
|
private |
◆ name
const char* TMVA::Experimental::RReader::name = "RReader" |
|
private |
The documentation for this class was generated from the following file: