diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-09-04 19:01:00 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-09-04 19:23:47 +0100 |
| commit | 16029983fcb1b81c0969ac89f390da5e7138e079 (patch) | |
| tree | 3d10770649af7152a15498be889f4077222942dd /R | |
| parent | Generate man with updated roxygen (diff) | |
| download | rgensvm-16029983fcb1b81c0969ac89f390da5e7138e079.tar.gz rgensvm-16029983fcb1b81c0969ac89f390da5e7138e079.zip | |
Point to https url at jmlr
Diffstat (limited to 'R')
| -rw-r--r-- | R/coef.gensvm.R | 2 | ||||
| -rw-r--r-- | R/coef.gensvm.grid.R | 2 | ||||
| -rw-r--r-- | R/fitted.gensvm.R | 2 | ||||
| -rw-r--r-- | R/fitted.gensvm.grid.R | 2 | ||||
| -rw-r--r-- | R/gensvm-package.R | 2 | ||||
| -rw-r--r-- | R/gensvm.R | 2 | ||||
| -rw-r--r-- | R/gensvm.accuracy.R | 2 | ||||
| -rw-r--r-- | R/gensvm.grid.R | 10 | ||||
| -rw-r--r-- | R/gensvm.maxabs.scale.R | 2 | ||||
| -rw-r--r-- | R/gensvm.refit.R | 2 | ||||
| -rw-r--r-- | R/gensvm.train.test.split.R | 2 | ||||
| -rw-r--r-- | R/plot.gensvm.R | 2 | ||||
| -rw-r--r-- | R/plot.gensvm.grid.R | 2 | ||||
| -rw-r--r-- | R/predict.gensvm.R | 2 | ||||
| -rw-r--r-- | R/predict.gensvm.grid.R | 2 | ||||
| -rw-r--r-- | R/print.gensvm.R | 2 | ||||
| -rw-r--r-- | R/print.gensvm.grid.R | 2 |
17 files changed, 21 insertions, 21 deletions
diff --git a/R/coef.gensvm.R b/R/coef.gensvm.R index 3262833..d9c8fe4 100644 --- a/R/coef.gensvm.R +++ b/R/coef.gensvm.R @@ -19,7 +19,7 @@ #' @references #' Van den Burg, G.J.J. and Groenen, P.J.F. (2016). \emph{GenSVM: A Generalized #' Multiclass Support Vector Machine}, Journal of Machine Learning Research, -#' 17(225):1--42. URL \url{http://jmlr.org/papers/v17/14-526.html}. +#' 17(225):1--42. URL \url{https://jmlr.org/papers/v17/14-526.html}. #' #' @seealso #' \code{\link{gensvm}}, \code{\link{plot.gensvm}}, diff --git a/R/coef.gensvm.grid.R b/R/coef.gensvm.grid.R index 7b12d26..d8fde11 100644 --- a/R/coef.gensvm.grid.R +++ b/R/coef.gensvm.grid.R @@ -14,7 +14,7 @@ #' @references #' Van den Burg, G.J.J. and Groenen, P.J.F. (2016). \emph{GenSVM: A Generalized #' Multiclass Support Vector Machine}, Journal of Machine Learning Research, -#' 17(225):1--42. URL \url{http://jmlr.org/papers/v17/14-526.html}. +#' 17(225):1--42. URL \url{https://jmlr.org/papers/v17/14-526.html}. #' #' @seealso #' \code{\link{gensvm.grid}}, \code{\link{gensvm-package}} diff --git a/R/fitted.gensvm.R b/R/fitted.gensvm.R index be97223..81c4b02 100644 --- a/R/fitted.gensvm.R +++ b/R/fitted.gensvm.R @@ -16,7 +16,7 @@ #' @references #' Van den Burg, G.J.J. and Groenen, P.J.F. (2016). \emph{GenSVM: A Generalized #' Multiclass Support Vector Machine}, Journal of Machine Learning Research, -#' 17(225):1--42. URL \url{http://jmlr.org/papers/v17/14-526.html}. +#' 17(225):1--42. URL \url{https://jmlr.org/papers/v17/14-526.html}. #' #' @seealso #' \code{\link{plot.gensvm}}, \code{\link{predict.gensvm.grid}}, diff --git a/R/fitted.gensvm.grid.R b/R/fitted.gensvm.grid.R index f24ec64..8c5d3e8 100644 --- a/R/fitted.gensvm.grid.R +++ b/R/fitted.gensvm.grid.R @@ -16,7 +16,7 @@ #' @references #' Van den Burg, G.J.J. and Groenen, P.J.F. (2016). \emph{GenSVM: A Generalized #' Multiclass Support Vector Machine}, Journal of Machine Learning Research, -#' 17(225):1--42. URL \url{http://jmlr.org/papers/v17/14-526.html}. +#' 17(225):1--42. URL \url{https://jmlr.org/papers/v17/14-526.html}. #' #' @seealso #' \code{\link{plot.gensvm}}, \code{\link{predict.gensvm.grid}}, diff --git a/R/gensvm-package.R b/R/gensvm-package.R index 4c27695..8018e5e 100644 --- a/R/gensvm-package.R +++ b/R/gensvm-package.R @@ -96,7 +96,7 @@ #' @references #' Van den Burg, G.J.J. and Groenen, P.J.F. (2016). \emph{GenSVM: A Generalized #' Multiclass Support Vector Machine}, Journal of Machine Learning Research, -#' 17(225):1--42. URL \url{http://jmlr.org/papers/v17/14-526.html}. +#' 17(225):1--42. URL \url{https://jmlr.org/papers/v17/14-526.html}. #' #' @seealso #' \code{\link{gensvm}}, \code{\link{gensvm.grid}} @@ -75,7 +75,7 @@ #' @references #' Van den Burg, G.J.J. and Groenen, P.J.F. (2016). \emph{GenSVM: A Generalized #' Multiclass Support Vector Machine}, Journal of Machine Learning Research, -#' 17(225):1--42. URL \url{http://jmlr.org/papers/v17/14-526.html}. +#' 17(225):1--42. URL \url{https://jmlr.org/papers/v17/14-526.html}. #' #' @seealso #' \code{\link{coef}}, \code{\link{print}}, \code{\link{predict}}, diff --git a/R/gensvm.accuracy.R b/R/gensvm.accuracy.R index 387c2db..0e7b6d5 100644 --- a/R/gensvm.accuracy.R +++ b/R/gensvm.accuracy.R @@ -15,7 +15,7 @@ #' @references #' Van den Burg, G.J.J. and Groenen, P.J.F. (2016). \emph{GenSVM: A Generalized #' Multiclass Support Vector Machine}, Journal of Machine Learning Research, -#' 17(225):1--42. URL \url{http://jmlr.org/papers/v17/14-526.html}. +#' 17(225):1--42. URL \url{https://jmlr.org/papers/v17/14-526.html}. #' #' @seealso #' \code{\link{predict.gensvm.grid}}, \code{\link{predict.gensvm}}, diff --git a/R/gensvm.grid.R b/R/gensvm.grid.R index 8006b87..c9a9b6b 100644 --- a/R/gensvm.grid.R +++ b/R/gensvm.grid.R @@ -118,7 +118,7 @@ #' @references #' Van den Burg, G.J.J. and Groenen, P.J.F. (2016). \emph{GenSVM: A Generalized #' Multiclass Support Vector Machine}, Journal of Machine Learning Research, -#' 17(225):1--42. URL \url{http://jmlr.org/papers/v17/14-526.html}. +#' 17(225):1--42. URL \url{https://jmlr.org/papers/v17/14-526.html}. #' #' @seealso #' \code{\link{predict.gensvm.grid}}, \code{\link{print.gensvm.grid}}, @@ -279,7 +279,7 @@ gensvm.grid <- function(x, y, param.grid='tiny', refit=TRUE, scoring=NULL, cv=3, #' @references #' Van den Burg, G.J.J. and Groenen, P.J.F. (2016). \emph{GenSVM: A Generalized #' Multiclass Support Vector Machine}, Journal of Machine Learning Research, -#' 17(225):1--42. URL \url{http://jmlr.org/papers/v17/14-526.html}. +#' 17(225):1--42. URL \url{https://jmlr.org/papers/v17/14-526.html}. #' #' @export #' @@ -318,7 +318,7 @@ gensvm.load.tiny.grid <- function() #' @references #' Van den Burg, G.J.J. and Groenen, P.J.F. (2016). \emph{GenSVM: A Generalized #' Multiclass Support Vector Machine}, Journal of Machine Learning Research, -#' 17(225):1--42. URL \url{http://jmlr.org/papers/v17/14-526.html}. +#' 17(225):1--42. URL \url{https://jmlr.org/papers/v17/14-526.html}. #' #' @export #' @@ -353,7 +353,7 @@ gensvm.load.full.grid <- function() #' @references #' Van den Burg, G.J.J. and Groenen, P.J.F. (2016). \emph{GenSVM: A Generalized #' Multiclass Support Vector Machine}, Journal of Machine Learning Research, -#' 17(225):1--42. URL \url{http://jmlr.org/papers/v17/14-526.html}. +#' 17(225):1--42. URL \url{https://jmlr.org/papers/v17/14-526.html}. #' #' @export #' @@ -388,7 +388,7 @@ gensvm.load.small.grid <- function() #' @references #' Van den Burg, G.J.J. and Groenen, P.J.F. (2016). \emph{GenSVM: A Generalized #' Multiclass Support Vector Machine}, Journal of Machine Learning Research, -#' 17(225):1--42. URL \url{http://jmlr.org/papers/v17/14-526.html}. +#' 17(225):1--42. URL \url{https://jmlr.org/papers/v17/14-526.html}. #' #' @seealso #' \code{\link{gensvm.grid}} diff --git a/R/gensvm.maxabs.scale.R b/R/gensvm.maxabs.scale.R index 0c0f6f3..e16325c 100644 --- a/R/gensvm.maxabs.scale.R +++ b/R/gensvm.maxabs.scale.R @@ -25,7 +25,7 @@ #' @references #' Van den Burg, G.J.J. and Groenen, P.J.F. (2016). \emph{GenSVM: A Generalized #' Multiclass Support Vector Machine}, Journal of Machine Learning Research, -#' 17(225):1--42. URL \url{http://jmlr.org/papers/v17/14-526.html}. +#' 17(225):1--42. URL \url{https://jmlr.org/papers/v17/14-526.html}. #' #' @seealso #' \code{\link{gensvm}}, \code{\link{gensvm.grid}}, diff --git a/R/gensvm.refit.R b/R/gensvm.refit.R index d9c399a..b1251e6 100644 --- a/R/gensvm.refit.R +++ b/R/gensvm.refit.R @@ -45,7 +45,7 @@ #' @references #' Van den Burg, G.J.J. and Groenen, P.J.F. (2016). \emph{GenSVM: A Generalized #' Multiclass Support Vector Machine}, Journal of Machine Learning Research, -#' 17(225):1--42. URL \url{http://jmlr.org/papers/v17/14-526.html}. +#' 17(225):1--42. URL \url{https://jmlr.org/papers/v17/14-526.html}. #' #' @seealso #' \code{\link{gensvm}}, \code{\link{gensvm-package}} diff --git a/R/gensvm.train.test.split.R b/R/gensvm.train.test.split.R index 680743c..92fc63d 100644 --- a/R/gensvm.train.test.split.R +++ b/R/gensvm.train.test.split.R @@ -32,7 +32,7 @@ #' @references #' Van den Burg, G.J.J. and Groenen, P.J.F. (2016). \emph{GenSVM: A Generalized #' Multiclass Support Vector Machine}, Journal of Machine Learning Research, -#' 17(225):1--42. URL \url{http://jmlr.org/papers/v17/14-526.html}. +#' 17(225):1--42. URL \url{https://jmlr.org/papers/v17/14-526.html}. #' #' @seealso #' \code{\link{gensvm}}, \code{\link{gensvm-package}} diff --git a/R/plot.gensvm.R b/R/plot.gensvm.R index 500adf5..71ec8f2 100644 --- a/R/plot.gensvm.R +++ b/R/plot.gensvm.R @@ -31,7 +31,7 @@ #' @references #' Van den Burg, G.J.J. and Groenen, P.J.F. (2016). \emph{GenSVM: A Generalized #' Multiclass Support Vector Machine}, Journal of Machine Learning Research, -#' 17(225):1--42. URL \url{http://jmlr.org/papers/v17/14-526.html}. +#' 17(225):1--42. URL \url{https://jmlr.org/papers/v17/14-526.html}. #' #' @seealso #' \code{\link{plot.gensvm.grid}}, \code{\link{predict.gensvm}}, diff --git a/R/plot.gensvm.grid.R b/R/plot.gensvm.grid.R index ca37166..1ad6c07 100644 --- a/R/plot.gensvm.grid.R +++ b/R/plot.gensvm.grid.R @@ -16,7 +16,7 @@ #' @references #' Van den Burg, G.J.J. and Groenen, P.J.F. (2016). \emph{GenSVM: A Generalized #' Multiclass Support Vector Machine}, Journal of Machine Learning Research, -#' 17(225):1--42. URL \url{http://jmlr.org/papers/v17/14-526.html}. +#' 17(225):1--42. URL \url{https://jmlr.org/papers/v17/14-526.html}. #' #' @seealso #' \code{\link{plot.gensvm}}, \code{\link{gensvm.grid}}, diff --git a/R/predict.gensvm.R b/R/predict.gensvm.R index b9a9d7a..882a695 100644 --- a/R/predict.gensvm.R +++ b/R/predict.gensvm.R @@ -19,7 +19,7 @@ #' @references #' Van den Burg, G.J.J. and Groenen, P.J.F. (2016). \emph{GenSVM: A Generalized #' Multiclass Support Vector Machine}, Journal of Machine Learning Research, -#' 17(225):1--42. URL \url{http://jmlr.org/papers/v17/14-526.html}. +#' 17(225):1--42. URL \url{https://jmlr.org/papers/v17/14-526.html}. #' #' @seealso #' \code{\link{plot.gensvm}}, \code{\link{predict.gensvm.grid}}, diff --git a/R/predict.gensvm.grid.R b/R/predict.gensvm.grid.R index e74822d..e908fe7 100644 --- a/R/predict.gensvm.grid.R +++ b/R/predict.gensvm.grid.R @@ -22,7 +22,7 @@ #' @references #' Van den Burg, G.J.J. and Groenen, P.J.F. (2016). \emph{GenSVM: A Generalized #' Multiclass Support Vector Machine}, Journal of Machine Learning Research, -#' 17(225):1--42. URL \url{http://jmlr.org/papers/v17/14-526.html}. +#' 17(225):1--42. URL \url{https://jmlr.org/papers/v17/14-526.html}. #' #' @seealso #' \code{\link{gensvm}}, \code{\link{predict.gensvm.grid}}, diff --git a/R/print.gensvm.R b/R/print.gensvm.R index 54397da..169e627 100644 --- a/R/print.gensvm.R +++ b/R/print.gensvm.R @@ -15,7 +15,7 @@ #' @references #' Van den Burg, G.J.J. and Groenen, P.J.F. (2016). \emph{GenSVM: A Generalized #' Multiclass Support Vector Machine}, Journal of Machine Learning Research, -#' 17(225):1--42. URL \url{http://jmlr.org/papers/v17/14-526.html}. +#' 17(225):1--42. URL \url{https://jmlr.org/papers/v17/14-526.html}. #' #' @seealso #' \code{\link{gensvm}}, \code{\link{predict.gensvm}}, diff --git a/R/print.gensvm.grid.R b/R/print.gensvm.grid.R index 8aaee12..123fbf3 100644 --- a/R/print.gensvm.grid.R +++ b/R/print.gensvm.grid.R @@ -14,7 +14,7 @@ #' @references #' Van den Burg, G.J.J. and Groenen, P.J.F. (2016). \emph{GenSVM: A Generalized #' Multiclass Support Vector Machine}, Journal of Machine Learning Research, -#' 17(225):1--42. URL \url{http://jmlr.org/papers/v17/14-526.html}. +#' 17(225):1--42. URL \url{https://jmlr.org/papers/v17/14-526.html}. #' #' @seealso #' \code{\link{gensvm.grid}}, \code{\link{predict.gensvm.grid}}, |
