aboutsummaryrefslogtreecommitdiff
path: root/include/MSVMMaj.h
diff options
context:
space:
mode:
authorGertjan van den Burg <burg@ese.eur.nl>2013-08-08 14:21:38 +0200
committerGertjan van den Burg <burg@ese.eur.nl>2013-08-08 14:21:38 +0200
commit862307cff068bee98318415aa15ab920a02838a2 (patch)
tree407a16f2ed4946c0ab67ed5737927fd3147b4b2a /include/MSVMMaj.h
parentchanged the update to ensure instances are iterated over once (diff)
downloadgensvm-862307cff068bee98318415aa15ab920a02838a2.tar.gz
gensvm-862307cff068bee98318415aa15ab920a02838a2.zip
allow seeding of V and added documentation
Diffstat (limited to 'include/MSVMMaj.h')
-rw-r--r--include/MSVMMaj.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/MSVMMaj.h b/include/MSVMMaj.h
index fbcea8c..021a341 100644
--- a/include/MSVMMaj.h
+++ b/include/MSVMMaj.h
@@ -24,7 +24,6 @@ struct Model {
double *H;
double *R;
double *rho;
- double training_error;
char *data_file;
};