R/extractFDAFeaturesMethods.R
extractFDAMultiResFeatures.Rd
The function extracts currently the mean of multiple segments of each curve and stacks them as features. The segments length are set in a hierachy way so the features cover different resolution levels.
extractFDAMultiResFeatures(res.level = 3L, shift = 0.5, seg.lens = NULL)
res.level | ( |
---|---|
shift | ( |
seg.lens | ( |
(data.frame).
Other fda_featextractor:
extractFDABsignal()
,
extractFDADTWKernel()
,
extractFDAFPCA()
,
extractFDAFourier()
,
extractFDATsfeatures()
,
extractFDAWavelets()