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