| 3447 | } |
| 3448 | |
| 3449 | void |
| 3450 | svm_destroy_param(svm_parameter* param) |
| 3451 | { |
| 3452 | free(param->weight_label); |
| 3453 | free(param->weight); |
| 3454 | } |
| 3455 | |
| 3456 | const char* |
| 3457 | svm_check_parameter(const svm_problem* prob, const svm_parameter* param) |
no outgoing calls
no test coverage detected