| | 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) |
| SparsePage | GetTranspose (int num_columns, int32_t n_threads) const |
| void | SortIndices (int32_t n_threads) |
| bool | IsIndicesSorted (int32_t n_threads) const |
| void | Reindex (uint64_t feature_offset, int32_t n_threads) |
| void | SortRows (int32_t n_threads) |
| template<typename AdapterBatchT > |
| bst_idx_t | Push (AdapterBatchT const &batch, float missing, std::int32_t nthread) |
| void | Push (const SparsePage &batch) |
| void | PushCSC (const SparsePage &batch) |
| | 推送以 CSC 格式存储的 SparsePage。 更多...
|