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

Function init_model_param

src/thundersvm/thundersvm-scikit.cpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 }
36
37 void init_model_param(char* kernel_type, int* degree, float* gamma, float* coef0, int* probability, SvmModel* model){
38 model->get_param(kernel_type, degree, gamma, coef0, probability);
39 }
40
41 void sparse_model_scikit(int row_size, float* val, int* row_ptr, int* col_ptr, float* label,
42 int svm_type, int kernel_type, int degree, float gamma, float coef0,

Callers

nothing calls this directly

Calls 1

get_paramMethod · 0.80

Tested by

no test coverage detected