Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Xtra-Computing/thundersvm
/ get_sv_max_index
Function
get_sv_max_index
src/thundersvm/thundersvm-scikit.cpp:377–379 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
375
}
376
377
void get_sv_max_index(SvmModel *model, int *n_feature){
378
n_feature[0] = model->get_sv_max_index();
379
}
380
}
Callers
nothing calls this directly
Calls
1
get_sv_max_index
Method · 0.80
Tested by
no test coverage detected