Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RClusterLoader.hxx File Reference
#include <algorithm>
#include <numeric>
#include <random>
#include <string>
#include <utility>
#include <vector>
#include "ROOT/ML/RFlat2DMatrix.hxx"
#include "ROOT/ML/RFlat2DMatrixOperators.hxx"
#include "ROOT/RDataFrame.hxx"
#include "ROOT/RDFHelpers.hxx"
#include "ROOT/RDF/Utils.hxx"
Include dependency graph for RClusterLoader.hxx:
This graph shows which files directly or indirectly include this file:

Classes

class  ROOT::Experimental::Internal::ML::RClusterLoader< Args >
 Loads TTree/RNTuple clusters from one or more RDataFrames into RFlat2DMatrix buffers for ML training and validation. More...
 
class  ROOT::Experimental::Internal::ML::RClusterLoaderFunctor< ColTypes >
 Functor invoked by RDataFrame::Foreach to fill one row of an RFlat2DMatrix. More...
 
struct  ROOT::Experimental::Internal::ML::RClusterRange
 Describes a contiguous range of entries within a single RDataFrame, corresponding to one TTree/RNTuple cluster boundary. More...
 

Namespaces

namespace  ROOT
 
namespace  ROOT::Experimental
 Namespace for ROOT features in testing.
 
namespace  ROOT::Experimental::Internal
 
namespace  ROOT::Experimental::Internal::ML