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/nusvr.cpp:43–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
void NuSVR::model_setup(const DataSet &dataset, SvmParam ¶m) {
44
SVR::model_setup(dataset, param);
45
this->param.svm_type = SvmParam::NU_SVR;
46
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected