diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2018-03-28 13:36:53 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2018-03-28 13:36:53 +0100 |
| commit | d172eddf3f8ae619261ce8683d4c3521c4da8b8d (patch) | |
| tree | 37bfae96d77f6c8d6fac9d988fbe0d061b56c287 /R/gensvm.train.test.split.R | |
| parent | update submodule (diff) | |
| download | rgensvm-d172eddf3f8ae619261ce8683d4c3521c4da8b8d.tar.gz rgensvm-d172eddf3f8ae619261ce8683d4c3521c4da8b8d.zip | |
Add seealso to docs to facilitate exploration of package functions
Diffstat (limited to 'R/gensvm.train.test.split.R')
| -rw-r--r-- | R/gensvm.train.test.split.R | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/R/gensvm.train.test.split.R b/R/gensvm.train.test.split.R index 406f80e..eca4b06 100644 --- a/R/gensvm.train.test.split.R +++ b/R/gensvm.train.test.split.R @@ -28,6 +28,9 @@ #' 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{gensvm-package}} +#' #' @export #' #' @examples |
