Medial Code Documentation
Loading...
Searching...
No Matches
Public Member Functions
xgboost.data::FileIterator Class Reference

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 ()
 

Detailed Description

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.


The documentation for this class was generated from the following file: