MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / LGBM_DatasetSaveBinary_R

Function LGBM_DatasetSaveBinary_R

src/lightgbm_R.cpp:170–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170LGBM_SE LGBM_DatasetSaveBinary_R(LGBM_SE handle,
171 LGBM_SE filename,
172 LGBM_SE call_state) {
173 R_API_BEGIN();
174 CHECK_CALL(LGBM_DatasetSaveBinary(R_GET_PTR(handle),
175 R_CHAR_PTR(filename)));
176 R_API_END();
177}
178
179LGBM_SE LGBM_DatasetFree_R(LGBM_SE handle,
180 LGBM_SE call_state) {

Callers

nothing calls this directly

Calls 2

LGBM_DatasetSaveBinaryFunction · 0.70
R_GET_PTRFunction · 0.50

Tested by

no test coverage detected