Load the whole dataset into memory.
In this class the whole dataset is loaded into memory. The dataset is further shuffled and spit into training and validation sets with the user-defined validation split fraction.
#include <TMVA/BatchGenerator/RDatasetLoader.hxx>