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

Function set_iter

src/thundersvm/thundersvm-scikit.cpp:258–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256 }
257
258 void set_iter(SvmModel* model, int iter){
259 model->set_max_iter(iter);
260 return;
261 }
262
263 void get_sv(int* row, int* col, float* data, int* data_size, int* sv_indices, SvmModel* model){
264 DataSet::node2d svs = model->svs();

Callers

nothing calls this directly

Calls 1

set_max_iterMethod · 0.80

Tested by

no test coverage detected