MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / save_to_file_scikit

Function save_to_file_scikit

src/thundersvm/thundersvm-scikit.cpp:349–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347 }
348
349 void save_to_file_scikit(SvmModel *model, char *path){
350 model->save_to_file(path);
351 }
352
353 void load_from_file_scikit(SvmModel *model, char *path) {
354 model->load_from_file(path);

Callers

nothing calls this directly

Calls 1

save_to_fileMethod · 0.45

Tested by

no test coverage detected