diff options
Diffstat (limited to 'include/MSVMMaj.h')
| -rw-r--r-- | include/MSVMMaj.h | 3 |
1 files changed, 3 insertions, 0 deletions
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; }; /* |
