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

Function LGBM_BoosterMerge_R

src/lightgbm_R.cpp:340–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338}
339
340LGBM_SE LGBM_BoosterMerge_R(LGBM_SE handle,
341 LGBM_SE other_handle,
342 LGBM_SE call_state) {
343 R_API_BEGIN();
344 CHECK_CALL(LGBM_BoosterMerge(R_GET_PTR(handle), R_GET_PTR(other_handle)));
345 R_API_END();
346}
347
348LGBM_SE LGBM_BoosterAddValidData_R(LGBM_SE handle,
349 LGBM_SE valid_data,

Callers

nothing calls this directly

Calls 2

LGBM_BoosterMergeFunction · 0.70
R_GET_PTRFunction · 0.50

Tested by

no test coverage detected