Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RBatchSink.cxx File Reference
#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"
Include dependency graph for RBatchSink.cxx:

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< RBatchSinkROOT::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.