aboutsummaryrefslogtreecommitdiff
path: root/R/predict.gensvm.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/predict.gensvm.R')
-rw-r--r--R/predict.gensvm.R10
1 files changed, 7 insertions, 3 deletions
diff --git a/R/predict.gensvm.R b/R/predict.gensvm.R
index 7e04fe4..d7540f6 100644
--- a/R/predict.gensvm.R
+++ b/R/predict.gensvm.R
@@ -11,9 +11,6 @@
#' @return a vector of class labels, with the same type as the original class
#' labels.
#'
-#' @export
-#' @aliases predict
-#'
#' @author
#' Gerrit J.J. van den Burg, Patrick J.F. Groenen \cr
#' Maintainer: Gerrit J.J. van den Burg <gertjanvandenburg@gmail.com>
@@ -23,6 +20,13 @@
#' Multiclass Support Vector Machine}, Journal of Machine Learning Research,
#' 17(225):1--42. URL \url{http://jmlr.org/papers/v17/14-526.html}.
#'
+#' @seealso
+#' \code{\link{plot.gensvm}}, \code{\link{predict.gensvm.grid}},
+#' \code{\link{gensvm}}, \code{\link{gensvm-package}}
+#'
+#' @export
+#' @aliases predict
+#'
#' @examples
#' x <- iris[, -5]
#' y <- iris[, 5]