reextractFDAFeatures {mlr} | R Documentation |
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) |
desc |
( |
... |
(any) |
Value
data.frame or Task containing the extracted Features
[Package mlr version 2.19.2 Index]