mlr-org / mlr

Machine Learning in R
https://mlr.mlr-org.com
Other
1.65k stars 404 forks source link

Create basic extraction function for features #1482

Closed lbeggel closed 7 years ago

lbeggel commented 7 years ago

Create extractFDAfeature function which is generalized feature extraction function for methods fourier, wavelets, ... Structure: extractFDAFeatures(data, target, method, args) -> output: data

DONE. LB

lbeggel commented 7 years ago

In this process,