aboutsummaryrefslogtreecommitdiff
path: root/include/MSVMMaj.h
diff options
context:
space:
mode:
authorGertjan van den Burg <burg@ese.eur.nl>2013-10-22 18:59:59 +0200
committerGertjan van den Burg <burg@ese.eur.nl>2013-10-22 18:59:59 +0200
commitadf4ed1172853740710c26c6e1d3e70a47ff6e7c (patch)
tree818bd53157c34b4110ea8c97d13c6a9fba29963d /include/MSVMMaj.h
parentrestart using git (diff)
downloadgensvm-adf4ed1172853740710c26c6e1d3e70a47ff6e7c.tar.gz
gensvm-adf4ed1172853740710c26c6e1d3e70a47ff6e7c.zip
started work on including kernels
Diffstat (limited to 'include/MSVMMaj.h')
-rw-r--r--include/MSVMMaj.h3
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;
};
/*