Logo ROOT   6.14/05
Reference Guide
Classes | Namespaces | Typedefs
DataLoader.h File Reference
#include "TMatrix.h"
#include "TMVA/Event.h"
#include <algorithm>
#include <iostream>
#include <random>
#include <vector>
Include dependency graph for DataLoader.h:
This graph shows which files directly or indirectly include this file:

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...
 
class  TMVA::DNN::TDataLoader< Data_t, AArchitecture >
 TDataLoader. More...
 

Namespaces

 TMVA
 Abstract ClassifierFactory template that handles arbitrary types.
 
 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 = std::tuple< const std::vector< Event * > &, const DataSetInfo & >