GenSVM
gensvm_copy.h
Go to the documentation of this file.
1 
27 #ifndef GENSVM_COPY_H
28 #define GENSVM_COPY_H
29 
30 // includes
31 #include "gensvm_base.h"
32 
33 // function declarations
34 void gensvm_copy_model(struct GenModel *from, struct GenModel *to);
35 
36 #endif
A structure to represent a single GenSVM model.
Definition: gensvm_base.h:92
void gensvm_copy_model(struct GenModel *from, struct GenModel *to)
Copy model parameters between two GenModel structs.
Definition: gensvm_copy.c:48
Header file for gensvm_base.c.