aboutsummaryrefslogtreecommitdiff
path: root/R/predict.gensvm.grid.R
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2018-03-28 13:36:53 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2018-03-28 13:36:53 +0100
commitd172eddf3f8ae619261ce8683d4c3521c4da8b8d (patch)
tree37bfae96d77f6c8d6fac9d988fbe0d061b56c287 /R/predict.gensvm.grid.R
parentupdate submodule (diff)
downloadrgensvm-d172eddf3f8ae619261ce8683d4c3521c4da8b8d.tar.gz
rgensvm-d172eddf3f8ae619261ce8683d4c3521c4da8b8d.zip
Add seealso to docs to facilitate exploration of package functions
Diffstat (limited to 'R/predict.gensvm.grid.R')
-rw-r--r--R/predict.gensvm.grid.R8
1 files changed, 6 insertions, 2 deletions
diff --git a/R/predict.gensvm.grid.R b/R/predict.gensvm.grid.R
index 81a0207..7555368 100644
--- a/R/predict.gensvm.grid.R
+++ b/R/predict.gensvm.grid.R
@@ -15,8 +15,6 @@
#' @return a vector of class labels, with the same type as the original class
#' labels provided to gensvm.grid()
#'
-#' @export
-#'
#' @author
#' Gerrit J.J. van den Burg, Patrick J.F. Groenen \cr
#' Maintainer: Gerrit J.J. van den Burg <gertjanvandenburg@gmail.com>
@@ -26,6 +24,12 @@
#' 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{gensvm}}, \code{\link{predict.gensvm.grid}},
+#' \code{\link{plot.gensvm}}, \code{\link{gensvm-package}}
+#'
+#' @export
+#'
#' @examples
#' x <- iris[, -5]
#' y <- iris[, 5]