Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2818
int
2819
svm_get_nr_class(const svm_model* model)
2820
{
2821
return model->nr_class;
2822
}
2823
2824
void
2825
svm_get_labels(const svm_model* model, int* label)
Callers
5
classificationTest
Method · 0.85
classification
Method · 0.85
saveClassificationResult
Method · 0.85
svm_cross_validation
Function · 0.85
getLabel
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected