Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Xtra-Computing/thundersvm
/ total_sv
Method
total_sv
src/thundersvm/model/svmmodel.cpp:299–301 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
297
}
298
299
int SvmModel::total_sv() const {
300
return n_total_sv;
301
}
302
303
const DataSet::node2d &SvmModel::svs() const {
304
return sv;
Callers
1
n_sv
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected