From adf4ed1172853740710c26c6e1d3e70a47ff6e7c Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Tue, 22 Oct 2013 18:59:59 +0200 Subject: started work on including kernels --- include/MSVMMaj.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/MSVMMaj.h') diff --git a/include/MSVMMaj.h b/include/MSVMMaj.h index 5c3efb8..de99f91 100644 --- a/include/MSVMMaj.h +++ b/include/MSVMMaj.h @@ -2,6 +2,7 @@ #define MSVMMAJ_H #include "globals.h" +#include "types.h" /* Model structure @@ -27,6 +28,8 @@ struct MajModel { double *rho; double training_error; char *data_file; + KernelType kerneltype; + double *kernelparam; }; /* -- cgit v1.2.3