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

Method Run

tests/cpp/tree/test_quantile_hist.cc:236–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234class TestHistColumnSplit : public ::testing::TestWithParam<std::tuple<bst_target_t, bool, float>> {
235 public:
236 void Run() {
237 auto [n_targets, categorical, sparsity] = GetParam();
238 TestColumnSplit(n_targets, categorical, "grow_quantile_histmaker", sparsity);
239 }
240};
241} // anonymous namespace
242

Callers 1

TEST_PFunction · 0.45

Calls 1

TestColumnSplitFunction · 0.70

Tested by

no test coverage detected