From 16029983fcb1b81c0969ac89f390da5e7138e079 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 4 Sep 2020 19:01:00 +0100 Subject: Point to https url at jmlr --- R/gensvm.grid.R | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'R/gensvm.grid.R') 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}} -- cgit v1.2.3