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

Function set_memory_size

src/thundersvm/thundersvm-scikit.cpp:373–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371 }
372
373 void set_memory_size(SvmModel *model, int m_size){
374 model->set_max_memory_size(m_size);
375 }
376
377 void get_sv_max_index(SvmModel *model, int *n_feature){
378 n_feature[0] = model->get_sv_max_index();

Callers

nothing calls this directly

Calls 1

set_max_memory_sizeMethod · 0.80

Tested by

no test coverage detected