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

Function LGBM_BoosterSaveModel_R

src/lightgbm_R.cpp:592–599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

590}
591
592LGBM_SE LGBM_BoosterSaveModel_R(LGBM_SE handle,
593 LGBM_SE num_iteration,
594 LGBM_SE filename,
595 LGBM_SE call_state) {
596 R_API_BEGIN();
597 CHECK_CALL(LGBM_BoosterSaveModel(R_GET_PTR(handle), 0, R_AS_INT(num_iteration), R_CHAR_PTR(filename)));
598 R_API_END();
599}
600
601LGBM_SE LGBM_BoosterSaveModelToString_R(LGBM_SE handle,
602 LGBM_SE num_iteration,

Callers

nothing calls this directly

Calls 2

LGBM_BoosterSaveModelFunction · 0.70
R_GET_PTRFunction · 0.50

Tested by

no test coverage detected