MCPcopy 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
299int SvmModel::total_sv() const {
300 return n_total_sv;
301}
302
303const DataSet::node2d &SvmModel::svs() const {
304 return sv;

Callers 1

n_svFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected