Description Usage Arguments Details Value See Also
View source: R/extractFDAFeatures.R
Extract non-functional features from functional features using various methods.
The function extractFDAFeatures
performs the extraction for all functional features
via the methods specified in feat.methods
and transforms all mentioned functional
matrix features into regular data.frame columns.
Additionally, a “extractFDAFeatDesc
” object
which contains learned coefficients and other helpful data for
extraction during the predict-phase is returned. This can be used with
reextractFDAFeatures
in order to extract features during the prediction phase.
1 | extractFDAFeatures(obj, target = character(0L), feat.methods = list())
|
obj |
[ |
target |
[ |
feat.methods |
[ |
The description object contains these slots
character
]See argument.
character
]colum names of data.
character
]Functional feature names.
list
]Contains feature.methods
and relevant
parameters for reextraction
.
[list
]
data [ |
Extracted features, returns a data.frame when given a data.frame and a Task when given a Task. |
desc [ |
Description object. See description for details. |
Other fda: makeExtractFDAFeatMethod
,
makeExtractFDAFeatsWrapper
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.