Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antmachineintelligence/mtgbmcode
/ SaveModelToFile
Function
SaveModelToFile
src/boosting/boosting.cpp:74–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
bool SaveModelToFile(int start_iteration, int num_iterations,
75
int num_labels,
76
int num_label, const char* filename){
77
return 0;
78
}
79
80
bool SetNumlabels(int num_labels){
81
return 0;
Callers
1
Train
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected