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

Function get_n_binary_models

src/thundersvm/thundersvm-scikit.cpp:365–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363 }
364
365 void get_n_binary_models(SvmModel *model, int *n_model){
366 n_model[0] = model->get_n_binary_models();
367 }
368
369 void get_n_classes(SvmModel *model, int *n_classes){
370 n_classes[0] = model->get_n_classes();

Callers

nothing calls this directly

Calls 1

get_n_binary_modelsMethod · 0.80

Tested by

no test coverage detected