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