Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Xtra-Computing/thundersvm
/ is_prob
Method
is_prob
src/thundersvm/model/svmmodel.cpp:347–349 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
345
}
346
347
const bool SvmModel::is_prob() const{
348
return param.probability;
349
}
350
351
int SvmModel::get_working_set_size(int n_instances, int n_features) {
352
size_t free_mem = param.max_mem_size - SyncMem::get_total_memory_size();
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected