#include <condition_variable>#include <memory>#include <mutex>#include <string>#include <thread>#include <vector>#include "ROOT/ML/RBatchLoader.hxx"#include "ROOT/ML/RClusterLoader.hxx"#include "ROOT/ML/RDatasetLoader.hxx"#include "ROOT/ML/RFlat2DMatrix.hxx"#include "ROOT/ML/RFlat2DMatrixOperators.hxx"#include "ROOT/ML/RSampler.hxx"#include "ROOT/RDF/InterfaceUtils.hxx"Classes | |
| class | ROOT::Experimental::Internal::ML::RDataLoaderEngine< Args > |
| In this class, the processes of loading clusters (see RClusterLoader) and creating batches from those clusters (see RBatchLoader) are combined, allowing batches from the training and validation sets to be loaded directly from a dataset in an RDataFrame. More... | |
Namespaces | |
| namespace | ROOT |
| namespace | ROOT::Experimental |
| Namespace for ROOT features in testing. | |
| namespace | ROOT::Experimental::Internal |
| namespace | ROOT::Experimental::Internal::ML |
| namespace | ROOT::Experimental::ML |