X-Git-Url: https://git.auder.net/?a=blobdiff_plain;ds=sidebyside;f=man%2Fagghoo_run.Rd;fp=man%2Fagghoo_run.Rd;h=a4f565d9a418b5a6cc76d93876811711583559fe;hb=17ea2f13e0c32c107db20677750bd7a98bb7e0f8;hp=0000000000000000000000000000000000000000;hpb=afa676609daba103e43d6d4654560ca4c1c9b38b;p=agghoo.git diff --git a/man/agghoo_run.Rd b/man/agghoo_run.Rd new file mode 100644 index 0000000..a4f565d --- /dev/null +++ b/man/agghoo_run.Rd @@ -0,0 +1,13 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/compareTo.R +\name{agghoo_run} +\alias{agghoo_run} +\title{agghoo_run} +\usage{ +agghoo_run(dataTrain, dataTest, targetTrain, targetTest, floss, verbose, ...) +} +\description{ +Run and eval the agghoo procedure. +Parameters are rather explicit except "floss", which corresponds to the +"final" loss function, applied to compute the error on testing dataset. +}