MCPcopy 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
339int SvmModel::get_n_binary_models() const{
340 return n_binary_models;
341}
342
343const vector<float> &SvmModel::get_prob_predict() const{
344 return prob_predict;

Callers 2

decision_functionMethod · 0.80
get_n_binary_modelsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected