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/oneclass_svc.cpp:69–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
68
69
void OneClassSVC::model_setup(const DataSet &dataset, SvmParam ¶m) {
70
SvmModel::model_setup(dataset, param);
71
this->param.svm_type = SvmParam::ONE_CLASS;
72
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected