MCPcopy 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
74bool SaveModelToFile(int start_iteration, int num_iterations,
75 int num_labels,
76 int num_label, const char* filename){
77 return 0;
78}
79
80bool SetNumlabels(int num_labels){
81 return 0;

Callers 1

TrainMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected