MCPcopy Create free account
hub / github.com/PointCloudLibrary/pcl / svm_destroy_param

Function svm_destroy_param

ml/src/svm.cpp:3449–3454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

~SVMMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected