MCPcopy Create free account
hub / github.com/dmlc/xgboost / SortedCSCPageSource

Method SortedCSCPageSource

src/data/sparse_page_source.h:619–624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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/**

Callers

nothing calls this directly

Calls 1

FetchMethod · 0.95

Tested by

no test coverage detected