ts_regsw: TSRegSW

View source: R/ts_regsw.R

ts_regswR Documentation

TSRegSW

Description

Time Series Regression from Sliding Windows. Ancestral class for Machine Learning Implementation.

Usage

ts_regsw(preprocess = NA, input_size = NA)

Arguments

preprocess

normalization

input_size

input size for machine learning model

Value

returns a ts_regsw object

Examples

#This is an abstract class.

daltoolbox documentation built on June 22, 2025, 1:06 a.m.