Medial Code Documentation
|
An iterator for implementing external memory support with file inputs. More...
#include <file_iterator.h>
Public Member Functions | |
FileIterator (std::string uri, unsigned part_index, unsigned num_parts) | |
int | Next () |
auto | Proxy () -> decltype(proxy_) |
void | Reset () |
An iterator for implementing external memory support with file inputs.
Users of external memory are encouraged to define their own file parsers/loaders so this one is just here for compatibility with old versions of XGBoost and CLI interface.