ts_regsw {daltoolbox}R 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

A ts_regsw object

Examples

#See ?ts_elm for an example using Extreme Learning Machine

[Package daltoolbox version 1.0.767 Index]