aboutsummaryrefslogtreecommitdiff
path: root/src/gensvm_pred.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gensvm_pred.c')
-rw-r--r--src/gensvm_pred.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gensvm_pred.c b/src/gensvm_pred.c
index 1feb14a..afa1ab9 100644
--- a/src/gensvm_pred.c
+++ b/src/gensvm_pred.c
@@ -23,7 +23,7 @@
* norm. The nearest simplex vertex determines the predicted class label,
* which is recorded in predy.
*
- * @param[in] data GenData to predict labels for
+ * @param[in] testdata GenData to predict labels for
* @param[in] model GenModel with optimized V
* @param[out] predy pre-allocated vector to record predictions in
*/