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

Function LGBM_DatasetUpdateParam

src/c_api.cpp:1045–1050  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1043}
1044
1045int LGBM_DatasetUpdateParam(DatasetHandle handle, const char* parameters) {
1046 API_BEGIN();
1047 auto dataset = reinterpret_cast<Dataset*>(handle);
1048 dataset->ResetConfig(parameters);
1049 API_END();
1050}
1051
1052int LGBM_DatasetGetNumData(DatasetHandle handle,
1053 int* out) {

Callers 1

Calls 1

ResetConfigMethod · 0.45

Tested by

no test coverage detected