MCPcopy 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
347const bool SvmModel::is_prob() const{
348 return param.probability;
349}
350
351int 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

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected