mlr (version 2.17.1)

reextractFDAFeatures: Re-extract features from a data set

Description

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.

Usage

reextractFDAFeatures(obj, desc, ...)

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