| 363 | } |
| 364 | |
| 365 | void get_n_binary_models(SvmModel *model, int *n_model){ |
| 366 | n_model[0] = model->get_n_binary_models(); |
| 367 | } |
| 368 | |
| 369 | void get_n_classes(SvmModel *model, int *n_classes){ |
| 370 | n_classes[0] = model->get_n_classes(); |
nothing calls this directly
no test coverage detected