#include <type_traits>
#include <utility>
#include <vector>
#include <string>
Namespaces | |
namespace | TMVA |
create variable transformations | |
namespace | TMVA::Experimental |
Functions | |
template<std::size_t N, typename Session_t > | |
auto | TMVA::Experimental::SofieFunctor (unsigned int nslots=0, const std::string &weightsFile="") -> SofieFunctorHelper< std::make_index_sequence< N >, Session_t, float > |
SofieFunctor : used to wrap the infer function of the generated model by SOFIE in a RDF compatible signature. | |