get_features: Calculate 59 features from Talagala, Hyndman, Athanaspoulos...

View source: R/feature_extraction.R

get_featuresR Documentation

Calculate 59 features from Talagala, Hyndman, Athanaspoulos (2018) and Lubba et al. (2019), without features associated with ETS model. and add them to the dataset. Output is a features frame.

Description

Calculate 59 features from Talagala, Hyndman, Athanaspoulos (2018) and Lubba et al. (2019), without features associated with ETS model. and add them to the dataset. Output is a features frame.

Usage

get_features(dataset, n.cores = 1)

Arguments

dataset

A list the elements having a ts object with the name x

n.cores

The number of cores to be used. n.cores > 1 means parallel processing.

Examples

features <- get_features(Mcomp::M3[c(1:3)], n.cores=1)
features

Richard759/fETSmcs documentation built on Oct. 30, 2022, 10:23 a.m.