ROOT 6.10/09 Reference Guide |
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 84 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 93 of file DataLoader.h.
|
inline |
Definition at line 101 of file DataLoader.h.
|
inline |
Definition at line 99 of file DataLoader.h.
|
inline |
Definition at line 100 of file DataLoader.h.
|
private |
Definition at line 89 of file DataLoader.h.
|
private |
Definition at line 88 of file DataLoader.h.