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, ...)
data.frame or Task containing the extracted Features
(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.