#include <vector>#include <string>#include "TMVA/RTensor.hxx"#include "ROOT/RDataFrame.hxx"#include "ROOT/RDF/RInterface.hxx"| Namespaces | |
| namespace | TMVA | 
| create variable transformations | |
| namespace | TMVA::Experimental | 
| Functions | |
| template<typename T , typename U > | |
| RTensor< T > | TMVA::Experimental::AsTensor (U &dataframe, std::vector< std::string > columns={}, MemoryLayout layout=MemoryLayout::RowMajor) | 
| Convert the content of an RDataFrame to an RTensor. | |