Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Xtra-Computing/thundersvm
/ model_setup
Method
model_setup
src/thundersvm/model/nusvc.cpp:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
void NuSVC::model_setup(const DataSet &dataset, SvmParam ¶m) {
48
SVC::model_setup(dataset, param);
49
this->param.svm_type = SvmParam::NU_SVC;
50
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected