MCPcopy Create free account
hub / github.com/datastream/libsvm / SVM_get_nr_class

Method SVM_get_nr_class

svm.go:2235–2237  ·  view source on GitHub ↗
(model *SVM_Model)

Source from the content-addressed store, hash-verified

2233}
2234
2235func (this *SVM) SVM_get_nr_class(model *SVM_Model) int {
2236 return model.nr_class
2237}
2238
2239func (this *SVM) SVM_get_labels(model *SVM_Model, label []int) {
2240 if model.label != nil {

Callers 1

SVM_cross_validationMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected