tune: tune

View source: R/run.R

tuneR Documentation

tune

Description

Carry out multiple runs of an MP for a given dataset over a grid of values for the MP/HCR paramaters, in order to find the parameter combination(s) that give the best performance over the chosen statistics, a.k.a. tuning

Usage

tune(mp, grid, statistics, refpts, ...)

Arguments

mp

A function executing a projection applying a given MP, see mseBasic for an example

grid

A name list of mp argument values to loop along

statistics

A list of performance statistics

refpts

The reference points needed to compute the statistics, FLPar

...

Any other arguments to be passed on to mp

Details

DETAILS

Value

A list or aggregatecd FLR object, depending on the output of mp

See Also

mp,performance


iagomosqueira/mse documentation built on April 13, 2024, 8:47 p.m.