X-Git-Url: https://git.auder.net/?p=agghoo.git;a=blobdiff_plain;f=man%2FCVvoting_run.Rd;fp=man%2FCVvoting_run.Rd;h=9aad2fe3fd7a9b49b6053cca54ff846f74e3eea0;hp=0000000000000000000000000000000000000000;hb=7733758e823f6e783f965f5c7f7f80a1d4e5df3a;hpb=a7ec4f8a3987ee66daef8471ed1a7a609a987914 diff --git a/man/CVvoting_run.Rd b/man/CVvoting_run.Rd new file mode 100644 index 0000000..9aad2fe --- /dev/null +++ b/man/CVvoting_run.Rd @@ -0,0 +1,13 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/compareTo.R +\name{CVvoting_run} +\alias{CVvoting_run} +\title{CVvoting_run} +\usage{ +CVvoting_run(dataTrain, dataTest, targetTrain, targetTest, floss, verbose, ...) +} +\description{ +Run and eval the voting cross-validation procedure. +Parameters are rather explicit except "floss", which corresponds to the +"final" loss function, applied to compute the error on testing dataset. +}