aboutsummaryrefslogtreecommitdiff
path: root/doc/specifications.dox
diff options
context:
space:
mode:
authorGertjan van den Burg <burg@ese.eur.nl>2014-08-25 15:00:29 +0200
committerGertjan van den Burg <burg@ese.eur.nl>2014-08-25 15:00:29 +0200
commit1b008fbe40526016464aaabab5570c4147805a1b (patch)
treedf129c34f77e50521f7a39f7b2a8238123560f10 /doc/specifications.dox
parentrename execs and fix some unintended renames (diff)
downloadgensvm-1b008fbe40526016464aaabab5570c4147805a1b.tar.gz
gensvm-1b008fbe40526016464aaabab5570c4147805a1b.zip
updated doxygen files to new name
Diffstat (limited to 'doc/specifications.dox')
-rw-r--r--doc/specifications.dox8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/specifications.dox b/doc/specifications.dox
index 5b5a8ae..28746e5 100644
--- a/doc/specifications.dox
+++ b/doc/specifications.dox
@@ -128,13 +128,13 @@ x_n1 x_n2 ... x_nm y_n
/**
* @page spec_model_file Model File Specification
*
- * This page describes the input file format for a MajModel. This
+ * This page describes the input file format for a GenModel. This
* specification is used by msvmmaj_read_model() and msvmmaj_write_model().
- * The model file is designed to fully reproduce a MajModel.
+ * The model file is designed to fully reproduce a GenModel.
*
* The model output file follows the format
* @verbatim
-Output file for MSVMMaj (version 0.1)
+Output file for GenSVM (version 0.1)
Generated on: Tue Jan 14 12:00:00 2014 (UTC +01:00)
Model:
@@ -162,7 +162,7 @@ Output:
* ignored when reading the model file. The model section fully describes the
* model parameters. Next, the data section describes the data file that was
* used in training and the size of the dataset. Finally, the output section
- * shows the augmented weight matrix MajModel::V, in row-major order.
+ * shows the augmented weight matrix GenModel::V, in row-major order.
*
* @todo
* Write kernel specification to model file as well and adjust the format