GenSVM
include
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
GenModel
A structure to represent a single GenSVM model.
Definition:
gensvm_base.h:92
gensvm_copy_model
void gensvm_copy_model(struct GenModel *from, struct GenModel *to)
Copy model parameters between two GenModel structs.
Definition:
gensvm_copy.c:48
gensvm_base.h
Header file for gensvm_base.c.
Generated on Tue Feb 21 2017 18:44:21 for GenSVM by
1.8.13