ROOT 6.08/07 Reference Guide |
The Batch class encapsulates one mini-batch.
Holds a const_iterator to the beginning and the end of one batch in a vector of Pattern
Definition at line 235 of file NeuralNet.h.
Public Types | |
typedef std::vector< Pattern >::const_iterator | const_iterator |
Public Member Functions | |
Batch (typename std::vector< Pattern >::const_iterator itBegin, typename std::vector< Pattern >::const_iterator itEnd) | |
const_iterator | begin () const |
const_iterator | end () const |
size_t | size () const |
Private Attributes | |
const_iterator | m_itBegin |
iterator denoting the beginning of the batch More... | |
const_iterator | m_itEnd |
iterator denoting the end of the batch More... | |
#include <TMVA/NeuralNet.h>
typedef std::vector<Pattern>::const_iterator TMVA::DNN::Batch::const_iterator |
Definition at line 238 of file NeuralNet.h.
|
inline |
Definition at line 240 of file NeuralNet.h.
|
inline |
Definition at line 245 of file NeuralNet.h.
|
inline |
Definition at line 246 of file NeuralNet.h.
|
inline |
Definition at line 248 of file NeuralNet.h.
|
private |
iterator denoting the beginning of the batch
Definition at line 251 of file NeuralNet.h.
|
private |
iterator denoting the end of the batch
Definition at line 252 of file NeuralNet.h.