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

Function get_n_classes

src/thundersvm/thundersvm-scikit.cpp:369–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367 }
368
369 void get_n_classes(SvmModel *model, int *n_classes){
370 n_classes[0] = model->get_n_classes();
371 }
372
373 void set_memory_size(SvmModel *model, int m_size){
374 model->set_max_memory_size(m_size);

Callers

nothing calls this directly

Calls 1

get_n_classesMethod · 0.80

Tested by

no test coverage detected