Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmlc/xgboost
/ TEST_P
Function
TEST_P
tests/cpp/test_learner.cc:702–705 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
700
};
701
702
TEST_P(TestColumnSplit, Objective) {
703
std::string objective = GetParam();
704
this->Run(objective);
705
}
706
707
INSTANTIATE_TEST_SUITE_P(ColumnSplitObjective, TestColumnSplit,
708
::testing::ValuesIn(MakeObjNamesForTest()),
Callers
nothing calls this directly
Calls
1
Run
Method · 0.45
Tested by
no test coverage detected