X-Git-Url: https://git.auder.net/img/rock_paper_scissors_lizard_spock.gif?a=blobdiff_plain;f=man%2Fagghoo.Rd;h=69dafed8e1c526fb422c437bdb2c2bb0c82cf039;hb=d9a139b51ee2e71e13d67cb9d530834b15058617;hp=dea76a112b73bcd42e2e9ac626a7e29a4966b206;hpb=c5946158cae8f7b9400f107c533e745f835eb20f;p=agghoo.git diff --git a/man/agghoo.Rd b/man/agghoo.Rd index dea76a1..69dafed 100644 --- a/man/agghoo.Rd +++ b/man/agghoo.Rd @@ -4,7 +4,7 @@ \alias{agghoo} \title{agghoo} \usage{ -agghoo(data, target, task = NA, gmodel = NA, params = NA, quality = NA) +agghoo(data, target, task = NULL, gmodel = NULL, params = NULL, quality = NULL) } \arguments{ \item{data}{Data frame or matrix containing the data in lines.} @@ -26,10 +26,10 @@ Default: see R6::Model.} \item{quality}{A function assessing the quality of a prediction. Arguments are y1 and y2 (comparing a prediction to known values). -Default: see R6::Agghoo.} +Default: see R6::AgghooCV.} } \value{ -An R6::Agghoo object. +An R6::AgghooCV object. } \description{ Run the agghoo procedure. (...)