This function accepts a data frame or a task and an extractFDAFeatDesc (a FDA feature extraction description) as returned by extractFDAFeatures to extract features from previously unseen data.
reextractFDAFeatures(obj, desc, ...)
(Task | data.frame) Task or data.frame to extract functional features from. Must contain functional features as matrix columns.
(extractFDAFeatDesc
)
FDAFeature extraction description as returned by extractFDAFeatures
(any) Further args passed on to methods.
data.frame or Task containing the extracted Features