Add and debug CV-voting
[agghoo.git] / man / CVvoting_run.Rd
CommitLineData
7733758e
BA
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{
7CVvoting_run(dataTrain, dataTest, targetTrain, targetTest, floss, verbose, ...)
8}
9\description{
10Run and eval the voting cross-validation procedure.
11Parameters are rather explicit except "floss", which corresponds to the
12"final" loss function, applied to compute the error on testing dataset.
13}