From 862307cff068bee98318415aa15ab920a02838a2 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 8 Aug 2013 14:21:38 +0200 Subject: allow seeding of V and added documentation --- include/libMSVMMaj.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/libMSVMMaj.h') diff --git a/include/libMSVMMaj.h b/include/libMSVMMaj.h index 74f1e10..3e0f25c 100644 --- a/include/libMSVMMaj.h +++ b/include/libMSVMMaj.h @@ -3,7 +3,9 @@ #include #include #include + #include "util.h" +#include "matrix.h" void simplex_gen(long K, double *U); void category_matrix(struct Model *model, struct Data *data); @@ -21,6 +23,7 @@ void main_loop(struct Model *model, struct Data *data); int dposv(char UPLO, int N, int NRHS, double *A, int LDA, double *B, int LDB); +void seed_model_V(struct Model *from_model, struct Model *to_model); void initialize_weights(struct Data *data, struct Model *model); void predict_labels(struct Data *data, struct Model *model, long *predy); -- cgit v1.2.3