| ts_regsw | R Documentation |
Base class for time series regression models built on sliding-window representations.
ts_regsw(preprocess = NA, input_size = NA)
preprocess |
Normalization preprocessor (e.g., |
input_size |
Integer. Number of lagged inputs per example. |
This class provides helpers to map ts_data matrices into the
input window expected by ML backends and to apply pre/post processing
(e.g., normalization) consistently during fit and predict.
A ts_regsw object (S3) to be extended by concrete models.
# Abstract base class for sliding-window regressors
# Use concrete subclasses such as ts_mlp(), ts_rf(), ts_svm(), ts_elm()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.