MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / model_setup

Method model_setup

src/thundersvm/model/svr.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void SVR::model_setup(const DataSet &dataset, SvmParam &param) {
65 SvmModel::model_setup(dataset, param);
66 this->param.svm_type = SvmParam::EPSILON_SVR;
67}
68
69

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected