Some fixes + refactoring
[agghoo.git] / man / standardCV_run.Rd
CommitLineData
17ea2f13
BA
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{
7standardCV_run(
8 dataTrain,
9 dataTest,
10 targetTrain,
11 targetTest,
12 floss,
13 verbose,
14 ...
15)
16}
17\description{
18Run and eval the standard cross-validation procedure.
19Parameters are rather explicit except "floss", which corresponds to the
20"final" loss function, applied to compute the error on testing dataset.
21}