Preparing for CRAN upload
[agghoo.git] / man / CVvoting_run.Rd
1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/compareTo.R
3 \name{CVvoting_run}
4 \alias{CVvoting_run}
5 \title{CVvoting_run}
6 \usage{
7 CVvoting_run(dataTrain, dataTest, targetTrain, targetTest, floss, verbose, ...)
8 }
9 \description{
10 Run and eval the voting cross-validation 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 }