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

Function FromDf

tests/cpp/data/test_cat_container.h:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26[[nodiscard]] inline CatContainer FromDf(Context const*, enc::HostColumnsView df) {
27 return CatContainer{df, false};
28}
29
30#if defined(XGBOOST_USE_CUDA)
31[[nodiscard]] inline CatContainer FromDf(Context const* ctx, enc::DeviceColumnsView df) {

Callers 2

TestCatContainerStrFunction · 0.85
TestCatContainerMixedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected