View source: R/calculate_features.R
calculate_features | R Documentation |
Compute features on an input time series dataset
calculate_features(
data,
feature_set = c("catch22", "feasts", "tsfeatures", "kats", "tsfresh", "tsfel",
"quantiles", "moments"),
features = NULL,
catch24 = FALSE,
tsfresh_cleanup = FALSE,
use_compengine = FALSE,
seed = 123,
z_score = FALSE,
n_jobs = 0,
warn = TRUE
)
data |
|
feature_set |
|
features |
named |
catch24 |
|
tsfresh_cleanup |
|
use_compengine |
|
seed |
|
z_score |
|
n_jobs |
|
warn |
|
object of class feature_calculations
that contains the summary statistics for each feature
Trent Henderson
featMat <- calculate_features(data = simData,
feature_set = "catch22")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.