| 617 | |
| 618 | public: |
| 619 | SortedCSCPageSource(float missing, int nthreads, bst_feature_t n_features, uint32_t n_batches, |
| 620 | std::shared_ptr<Cache> cache, std::shared_ptr<SparsePageSource> source) |
| 621 | : PageSourceIncMixIn(missing, nthreads, n_features, n_batches, cache, true) { |
| 622 | this->source_ = source; |
| 623 | this->Fetch(); |
| 624 | } |
| 625 | }; |
| 626 | |
| 627 | /** |