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

Function TEST

tests/cpp/objective/test_lambdarank_obj.cc:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27namespace xgboost::obj {
28TEST(LambdaRank, NDCGJsonIO) {
29 Context ctx;
30 TestNDCGJsonIO(&ctx);
31}
32
33void TestNDCGGPair(Context const* ctx) {
34 {

Callers

nothing calls this directly

Calls 15

TestNDCGJsonIOFunction · 0.85
TestNDCGGPairFunction · 0.85
TestUnbiasedNDCGFunction · 0.85
InitMakePairTestFunction · 0.85
MakePairsFunction · 0.85
AllFunction · 0.85
TestMAPStatFunction · 0.85
TestMAPGPairFunction · 0.85
TestPairWiseGPairFunction · 0.85
HasTruncationMethod · 0.80
SortedIdxMethod · 0.80
crbeginMethod · 0.80

Tested by

no test coverage detected