Add CV-voting, remove random forests
[agghoo.git] / man / CVvoting_core.Rd
1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/compareTo.R
3 \name{CVvoting_core}
4 \alias{CVvoting_core}
5 \title{CVvoting_core}
6 \usage{
7 CVvoting_core(data, target, task, gmodel, params, loss, CV)
8 }
9 \description{
10 "voting" cross-validation method, added here as an example.
11 Parameters are described in ?agghoo and ?AgghooCV
12 }