Some fixes + refactoring
[agghoo.git] / man / agghoo_run.Rd
CommitLineData
17ea2f13
BA
1% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/compareTo.R
3\name{agghoo_run}
4\alias{agghoo_run}
5\title{agghoo_run}
6\usage{
7agghoo_run(dataTrain, dataTest, targetTrain, targetTest, floss, verbose, ...)
8}
9\description{
10Run and eval the agghoo procedure.
11Parameters are rather explicit except "floss", which corresponds to the
12"final" loss function, applied to compute the error on testing dataset.
13}