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

Function LGBM_DatasetFree

src/c_api.cpp:978–982  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

976
977#pragma warning(disable : 4702)
978int LGBM_DatasetFree(DatasetHandle handle) {
979 API_BEGIN();
980 delete reinterpret_cast<Dataset*>(handle);
981 API_END();
982}
983
984int LGBM_DatasetSaveBinary(DatasetHandle handle,
985 const char* filename) {

Callers 1

LGBM_DatasetFree_RFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected