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

Function svm_get_nr_class

ml/src/svm.cpp:2818–2822  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2816}
2817
2818int
2819svm_get_nr_class(const svm_model* model)
2820{
2821 return model->nr_class;
2822}
2823
2824void
2825svm_get_labels(const svm_model* model, int* label)

Callers 5

classificationTestMethod · 0.85
classificationMethod · 0.85
svm_cross_validationFunction · 0.85
getLabelMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected