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.
Arguments
- obj
(Task | data.frame)
Task or data.frame to extract functional features from. Must contain functional features as matrix columns.- desc
(
extractFDAFeatDesc
)
FDAFeature extraction description as returned by extractFDAFeatures- ...
(any)
Further args passed on to methods.
Value
data.frame or Task containing the extracted Features