MCPcopy 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
323int SvmModel::get_n_classes() const {
324 return n_classes;
325}
326
327const vector<int> &SvmModel::get_sv_ind() const {
328 return sv_indices;

Callers 5

predict_probaMethod · 0.80
load_from_fileMethod · 0.80
sparse_model_scikitFunction · 0.80
dense_model_scikitFunction · 0.80
get_n_classesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected