Definition at line 38 of file RDatasetLoader.hxx.
Public Member Functions | |
| RDatasetLoaderFunctor (RFlat2DMatrix &datasetTensor, std::size_t numColumns, const std::vector< std::size_t > &maxVecSizes, float vecPadding, int i) | |
| void | operator() (const ColTypes &...cols) |
Private Member Functions | |
| template<typename T , std::enable_if_t<!ROOT::Internal::RDF::IsDataContainer< T >::value, int > = 0> | |
| void | AssignToTensor (const T &val, int i, int numColumns) |
| Copy the content of a column into RTensor when the column consits of single values. | |
| template<typename T , std::enable_if_t< ROOT::Internal::RDF::IsDataContainer< T >::value, int > = 0> | |
| void | AssignToTensor (const T &vec, int i, int numColumns) |
| Copy the content of a column into RTensor when the column consits of vectors. | |
Private Attributes | |
| RFlat2DMatrix & | fDatasetTensor |
| int | fI |
| std::vector< std::size_t > | fMaxVecSizes {} |
| int | fNumColumns |
| std::size_t | fNumDatasetCols |
| std::size_t | fOffset {} |
| float | fVecPadding {} |
| std::size_t | fVecSizeIdx {} |
#include <TMVA/BatchGenerator/RDatasetLoader.hxx>
|
inline |
Definition at line 80 of file RDatasetLoader.hxx.
|
inlineprivate |
Copy the content of a column into RTensor when the column consits of single values.
Definition at line 73 of file RDatasetLoader.hxx.
|
inlineprivate |
Copy the content of a column into RTensor when the column consits of vectors.
Definition at line 54 of file RDatasetLoader.hxx.
|
inline |
Definition at line 86 of file RDatasetLoader.hxx.
|
private |
Definition at line 44 of file RDatasetLoader.hxx.
|
private |
Definition at line 48 of file RDatasetLoader.hxx.
|
private |
Definition at line 43 of file RDatasetLoader.hxx.
|
private |
Definition at line 49 of file RDatasetLoader.hxx.
|
private |
Definition at line 46 of file RDatasetLoader.hxx.
|
private |
Definition at line 40 of file RDatasetLoader.hxx.
|
private |
Definition at line 42 of file RDatasetLoader.hxx.
|
private |
Definition at line 41 of file RDatasetLoader.hxx.