Some fixes + refactoring
[agghoo.git] / man / agghoo_run.Rd
1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/compareTo.R
3 \name{agghoo_run}
4 \alias{agghoo_run}
5 \title{agghoo_run}
6 \usage{
7 agghoo_run(dataTrain, dataTest, targetTrain, targetTest, floss, verbose, ...)
8 }
9 \description{
10 Run and eval the agghoo procedure.
11 Parameters are rather explicit except "floss", which corresponds to the
12 "final" loss function, applied to compute the error on testing dataset.
13 }