X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=man%2FAgghooCV.Rd;h=97d4c41eb273adb5e851b78d382e46613ee9da51;hb=a7ec4f8a3987ee66daef8471ed1a7a609a987914;hp=5122236bad4572935fd14784e0f72f292fc74387;hpb=afa676609daba103e43d6d4654560ca4c1c9b38b;p=agghoo.git diff --git a/man/AgghooCV.Rd b/man/AgghooCV.Rd index 5122236..97d4c41 100644 --- a/man/AgghooCV.Rd +++ b/man/AgghooCV.Rd @@ -33,11 +33,14 @@ Create a new AgghooCV object. \item{\code{target}}{Vector of targets (generally numeric or factor)} -\item{\code{task}}{"regression" or "classification"} +\item{\code{task}}{"regression" or "classification". +Default: classification if target not numeric.} -\item{\code{gmodel}}{Generic model returning a predictive function} +\item{\code{gmodel}}{Generic model returning a predictive function +Default: tree if mixed data, knn/ppr otherwise.} -\item{\code{loss}}{Function assessing the error of a prediction} +\item{\code{loss}}{Function assessing the error of a prediction +Default: error rate or mean(abs(error)).} } \if{html}{\out{}} }