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

Function load_from_file_scikit

src/thundersvm/thundersvm-scikit.cpp:353–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351 }
352
353 void load_from_file_scikit(SvmModel *model, char *path) {
354 model->load_from_file(path);
355 }
356
357 void get_pro(SvmModel *model, float* prob){
358 vector<float> prob_predict;

Callers

nothing calls this directly

Calls 1

load_from_fileMethod · 0.45

Tested by

no test coverage detected