Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Xtra-Computing/thundersvm
/ get_n_classes
Method
get_n_classes
src/thundersvm/model/svmmodel.cpp:323–325 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
321
}
322
323
int SvmModel::get_n_classes() const {
324
return n_classes;
325
}
326
327
const vector<int> &SvmModel::get_sv_ind() const {
328
return sv_indices;
Callers
5
predict_proba
Method · 0.80
load_from_file
Method · 0.80
sparse_model_scikit
Function · 0.80
dense_model_scikit
Function · 0.80
get_n_classes
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected