Description Usage Arguments Examples
View source: R/generate_classif_problem.R
For each series in dataset
, the feature set used in
(Talagala, Hyndman and Athanasopoulos, 2018) is calculated
and added to the forec_err_dataset
. A tibble
named features
is added.
1 | THA_features(dataset, n.cores = 1)
|
dataset |
A list the elements having a |
n.cores |
The number of cores to be used. |
1 2 | processed <- generate_THA_features(Mcomp::M3[c(1:3)], n.cores=1)
processed[[1]]$features
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.