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

Function XGDMatrixSliceDMatrix

src/c_api/c_api.cc:595–599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

593}
594
595XGB_DLL int XGDMatrixSliceDMatrix(DMatrixHandle handle, const int *idxset, xgboost::bst_ulong len,
596 DMatrixHandle *out) {
597 xgboost_CHECK_C_ARG_PTR(out);
598 return XGDMatrixSliceDMatrixEx(handle, idxset, len, out, 0);
599}
600
601XGB_DLL int XGDMatrixSliceDMatrixEx(DMatrixHandle handle, const int *idxset, xgboost::bst_ulong len,
602 DMatrixHandle *out, int allow_groups) {

Callers

nothing calls this directly

Calls 1

XGDMatrixSliceDMatrixExFunction · 0.85

Tested by

no test coverage detected