X-Git-Url: https://git.auder.net/?p=agghoo.git;a=blobdiff_plain;f=R%2FR6_AgghooCV.R;fp=R%2FR6_Agghoo.R;h=4ceb2899bc2e71fcb1d029308af2a2a84718e082;hp=36947152418b7c3c57165149524bcf21ff213ed1;hb=cca5f1c67bd622fb7bc1279dfe4c3336d1446efd;hpb=d09659f0e609bc8c1a6c390329d8f2d3b3ac5b24 diff --git a/R/R6_Agghoo.R b/R/R6_AgghooCV.R similarity index 98% rename from R/R6_Agghoo.R rename to R/R6_AgghooCV.R index 3694715..4ceb289 100644 --- a/R/R6_Agghoo.R +++ b/R/R6_AgghooCV.R @@ -5,9 +5,9 @@ #' from the list of models (see 'Model' class). #' #' @export -Agghoo <- R6::R6Class("Agghoo", +AgghooCV <- R6::R6Class("AgghooCV", public = list( - #' @description Create a new Agghoo object. + #' @description Create a new AgghooCV object. #' @param data Matrix or data.frame #' @param target Vector of targets (generally numeric or factor) #' @param task "regression" or "classification"