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

Function LGBM_BoosterFree

src/c_api.cpp:1113–1117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1111
1112#pragma warning(disable : 4702)
1113int LGBM_BoosterFree(BoosterHandle handle) {
1114 API_BEGIN();
1115 delete reinterpret_cast<Booster*>(handle);
1116 API_END();
1117}
1118
1119int LGBM_BoosterShuffleModels(BoosterHandle handle, int start_iter, int end_iter) {
1120 API_BEGIN();

Callers 1

LGBM_BoosterFree_RFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected