diff options
Diffstat (limited to 'R/plot.gensvm.grid.R')
| -rw-r--r-- | R/plot.gensvm.grid.R | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/R/plot.gensvm.grid.R b/R/plot.gensvm.grid.R index da101e6..6f042e9 100644 --- a/R/plot.gensvm.grid.R +++ b/R/plot.gensvm.grid.R @@ -10,8 +10,6 @@ #' #' @return returns the object passed as input #' -#' @export -#' #' @author #' Gerrit J.J. van den Burg, Patrick J.F. Groenen \cr #' Maintainer: Gerrit J.J. van den Burg <gertjanvandenburg@gmail.com> @@ -21,6 +19,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{plot.gensvm}}, \code{\link{gensvm.grid}}, +#' \code{\link{predict.gensvm.grid}}, \code{\link{gensvm-package}} +#' +#' @export +#' #' @examples #' x <- iris[, -5] #' y <- iris[, 5] |
