|
xgboost
|
#include <data.h>

公共类型 | |
| 使用 | 迭代器类别 = std::forward_iterator_tag |
公共成员函数 | |
| virtual | ~BatchIteratorImpl ()=default |
| virtual const T & | operator* () const =0 |
| virtual BatchIteratorImpl & | operator++ ()=0 |
| virtual bool | AtEnd () const =0 |
| virtual std::shared_ptr< T const > | Page () const =0 |
| 使用 xgboost::BatchIteratorImpl< T >::迭代器类别 = std::forward_iterator_tag |
|
virtualdefault |
|
纯虚函数 |
|
纯虚函数 |
|
纯虚函数 |
|
纯虚函数 |