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