Update in progress - unfinished
[agghoo.git] / R / agghoo.R
index cac2cf1..c8765fc 100644 (file)
@@ -1,6 +1,6 @@
 #' agghoo
 #'
-#' Run the agghoo procedure (or standard cross-validation).
+#' Run the (core) agghoo procedure.
 #' Arguments specify the list of models, their parameters and the
 #' cross-validation settings, among others.
 #'
@@ -34,6 +34,8 @@
 #' a_cla$fit()
 #' pc <- a_cla$predict(iris[,-5] + rnorm(600, sd=0.1))
 #'
+#' @seealso Function \code{\link{compareTo}}
+#'
 #' @references
 #' Guillaume Maillard, Sylvain Arlot, Matthieu Lerasle. "Aggregated hold-out".
 #' Journal of Machine Learning Research 22(20):1--55, 2021.