LOOCV: Leave-One-Out Cross Validation

View source: R/Discriminant.R

LOOCVR 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

  • LOOCV.array

  • LOOCV.MultiWaveAnalysis


TSEAL documentation built on July 2, 2024, 5:06 p.m.

Related to LOOCV in TSEAL...