| | SparsePage (SparsePage const &that)=delete |
| | SparsePage (SparsePage &&that)=default |
| SparsePage & | operator= (SparsePage const &that)=delete |
| SparsePage & | operator= (SparsePage &&that)=default |
| void | SetBaseRowId (size_t row_id) |
| | Set the base row id for this page. More...
|
| SparsePage | GetTranspose (int num_columns, int32_t n_threads) const |
| void | SortIndices (int32_t n_threads) |
| | Sort the column index. More...
|
| bool | IsIndicesSorted (int32_t n_threads) const |
| | Check wether the column index is sorted. More...
|
| void | Reindex (uint64_t feature_offset, int32_t n_threads) |
| | Reindex the column index with an offset. More...
|
| void | SortRows (int32_t n_threads) |
| template<typename AdapterBatchT > |
| bst_idx_t | Push (AdapterBatchT const &batch, float missing, std::int32_t nthread) |
| | Pushes external data batch onto this page. More...
|
| void | Push (const SparsePage &batch) |
| | Push a sparse page. More...
|
| void | PushCSC (const SparsePage &batch) |
| | Push a SparsePage stored in CSC format. More...
|