LOOCV {TSEAL}R Documentation

Leave-One-Out Cross Validation

Description

This function performs the Leave-One-Out Cross Validation (LOOCV) process with different types of input parameters.

Usage

LOOCV(data, ...)

Arguments

data

Starting data to generate the validation. It can be either the raw data, or a previously generated MultiWaveAnalysis object.

...

Additional arguments

Value

Not return value, used as generic function

See Also


[Package TSEAL version 0.1.3 Index]