Simple iterator class for the iterations over the training batches in a given data set represented by a TDataLoader object.
AData | The input data type. |
AArchitecture | The underlying architecture type. |
Definition at line 90 of file DataLoader.h.
Public Member Functions | |
TBatchIterator (TDataLoader< Data_t, AArchitecture > &dataLoader, size_t index=0) | |
bool | operator!= (const TBatchIterator &other) |
TBatch< AArchitecture > | operator* () |
TBatchIterator | operator++ () |
Private Attributes | |
size_t | fBatchIndex |
TDataLoader< Data_t, AArchitecture > & | fDataLoader |
#include <TMVA/DNN/DataLoader.h>
|
inline |
Definition at line 99 of file DataLoader.h.
|
inline |
Definition at line 107 of file DataLoader.h.
|
inline |
Definition at line 105 of file DataLoader.h.
|
inline |
Definition at line 106 of file DataLoader.h.
|
private |
Definition at line 95 of file DataLoader.h.
|
private |
Definition at line 94 of file DataLoader.h.