GenSVM
gensvm_sv.h
Go to the documentation of this file.
1 
30 #ifndef GENSVM_SV_H
31 #define GENSVM_SV_H
32 
33 // includes
34 #include "gensvm_base.h"
35 
36 // function declarations
37 long gensvm_num_sv(struct GenModel *model);
38 
39 #endif
long gensvm_num_sv(struct GenModel *model)
Calculate the number of support vectors in a model.
Definition: gensvm_sv.c:46
A structure to represent a single GenSVM model.
Definition: gensvm_base.h:92
Header file for gensvm_base.c.