diff options
Diffstat (limited to 'R/print.gensvm.R')
| -rw-r--r-- | R/print.gensvm.R | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/R/print.gensvm.R b/R/print.gensvm.R index 119b264..724806b 100644 --- a/R/print.gensvm.R +++ b/R/print.gensvm.R @@ -17,6 +17,10 @@ #' 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}}, +#' \code{\link{plot.gensvm}}, \code{\link{gensvm-package}} +#' #' @method print gensvm #' @export #' |
