Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
DataLoader.h File Reference
#include "TMatrix.h"
#include "TMVA/Event.h"
#include <algorithm>
#include <random>
#include <vector>
#include <utility>

Classes

class  TMVA::DNN::TBatch< AArchitecture >
 TBatch. More...
class  TMVA::DNN::TBatchIterator< Data_t, AArchitecture >
 TBatchIterator. More...
class  TMVA::DNN::TDataLoader< Data_t, AArchitecture >
 TDataLoader. More...

Namespaces

namespace  TMVA
 create variable transformations
namespace  TMVA::DNN

Typedefs

using TMVA::DNN::IndexIterator_t = typename std::vector<size_t>::iterator
using TMVA::DNN::MatrixInput_t = std::tuple<const TMatrixT<Double_t> &, const TMatrixT<Double_t> &, const TMatrixT<Double_t> &>
using TMVA::DNN::TMVAInput_t