Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Xtra-Computing/thundersvm
/ n_sv
Function
n_sv
src/thundersvm/thundersvm-scikit.cpp:254–256 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
252
}
253
254
int n_sv(SvmModel* model){
255
return model->total_sv();
256
}
257
258
void set_iter(SvmModel* model, int iter){
259
model->set_max_iter(iter);
Callers
nothing calls this directly
Calls
1
total_sv
Method · 0.80
Tested by
no test coverage detected