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

Method SaveModelToString

src/c_api.cpp:361–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359 }
360
361 std::string SaveModelToString(int start_iteration, int num_iteration) {
362 return boosting_->SaveModelToString(start_iteration, num_iteration);
363 }
364
365 std::string DumpModel(int start_iteration, int num_iteration) {
366 return boosting_->DumpModel(start_iteration, num_iteration);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected