View source: R/extractFDAFeaturesMethods.R
makeExtractFDAFeatMethod | R Documentation |
This can be used to implement custom FDA feature extraction.
Takes a learn
and a reextract
function along with some optional
parameters to those as argument.
makeExtractFDAFeatMethod(learn, reextract, args = list(), par.set = NULL)
learn |
(
|
reextract |
( |
args |
(list) |
par.set |
(ParamSet) |
Other fda:
extractFDAFeatures()
,
makeExtractFDAFeatsWrapper()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.