xgboost
Public Member Functions | Public Attributes | List of all members
xgboost::ExtSparsePage Class Reference

Sparse page for exporting DMatrix. Same as SparsePage, just a different type to prevent being used internally. More...

#include <data.h>

Collaboration diagram for xgboost::ExtSparsePage:
Collaboration graph

Public Member Functions

 ExtSparsePage (std::shared_ptr< SparsePage const > p)
 

Public Attributes

std::shared_ptr< SparsePage const > page
 

Detailed Description

Sparse page for exporting DMatrix. Same as SparsePage, just a different type to prevent being used internally.

Constructor & Destructor Documentation

◆ ExtSparsePage()

xgboost::ExtSparsePage::ExtSparsePage ( std::shared_ptr< SparsePage const >  p)
inlineexplicit

Member Data Documentation

◆ page

std::shared_ptr<SparsePage const> xgboost::ExtSparsePage::page

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