Medial Code Documentation
Loading...
Searching...
No Matches
Public Types | Public Member Functions
xgboost::BatchIteratorImpl< T > Class Template Referenceabstract
Inheritance diagram for xgboost::BatchIteratorImpl< T >:
xgboost.data::SparsePageSourceImpl< CSCPage > xgboost.data::SparsePageSourceImpl< EllpackPage > xgboost.data::SparsePageSourceImpl< GHistIndexMatrix > xgboost.data::SparsePageSourceImpl< SortedCSCPage > xgboost.data::SparsePageSourceImpl< SparsePage > xgboost.data::SimpleBatchIteratorImpl< T > xgboost.data::SparsePageSource

Public Types

using iterator_category = std::forward_iterator_tag
 

Public Member Functions

virtual const T & operator* () const =0
 
virtual BatchIteratorImploperator++ ()=0
 
virtual bool AtEnd () const =0
 
virtual std::shared_ptr< T const > Page () const =0
 

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