Medial Code Documentation
Loading...
Searching...
No Matches
test_ranking_utils.h
1
4#pragma once
5#include <xgboost/context.h> // for Context
6
7namespace xgboost::ltr {
8void TestNDCGCache(Context const* ctx);
9
10void TestMAPCache(Context const* ctx);
11} // namespace xgboost::ltr
Copyright 2014-2023, XGBoost Contributors.
Copyright 2023 by XGBoost contributors.
Definition ranking_utils.cc:22