KFCV {TSEAL} | R Documentation |
K-Fold Cross Validation (KFCV)
Description
This function performs the K-Fold Cross Validation (KFCV) process with different types of input parameters.
Usage
KFCV(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]