#include "ROOT/ML/RBatchSink.hxx"#include <algorithm>#include <stdexcept>#include <string>#include "ROOT/ML/RFlat2DMatrix.hxx"#include "ROOT/RNTupleModel.hxx"#include "ROOT/RNTupleWriter.hxx"#include "TFile.h"#include "TTree.h"Namespaces | |
| namespace | ROOT |
| namespace | ROOT::Experimental |
| Namespace for ROOT features in testing. | |
| namespace | ROOT::Experimental::Internal |
| namespace | ROOT::Experimental::Internal::ML |
Functions | |
| std::unique_ptr< RBatchSink > | ROOT::Experimental::Internal::ML::CreateBatchSink (std::string_view dataset_name, std::string_view filename, std::vector< RColumnLayout > layout, std::string_view format) |
Create the sink matching format. | |