xgboost
|
#include <data.h>
Public Types | |
using | iterator_category = std::forward_iterator_tag |
Public Member Functions | |
BatchIterator (BatchIteratorImpl< T > *impl) | |
void | operator++ () |
T & | operator* () |
const T & | operator* () const |
bool | operator!= (const BatchIterator &rhs) const |
bool | AtEnd () const |
using xgboost::BatchIterator< T >::iterator_category = std::forward_iterator_tag |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |