Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Xtra-Computing/thundersvm
/ get_n_binary_models
Method
get_n_binary_models
src/thundersvm/model/svmmodel.cpp:339–341 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
337
}
338
339
int SvmModel::get_n_binary_models() const{
340
return n_binary_models;
341
}
342
343
const vector<float> &SvmModel::get_prob_predict() const{
344
return prob_predict;
Callers
2
decision_function
Method · 0.80
get_n_binary_models
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected