R/extractFDAFeaturesMethods.R
extractFDAFPCA.RdThe function extracts the functional principal components from a data.frame
containing functional features. Uses stats::prcomp.
extractFDAFPCA(rank. = NULL, center = TRUE, scale. = FALSE)
| rank. | ( |
|---|---|
| center | ( |
| scale. | ( |
(data.frame).
Other fda_featextractor:
extractFDABsignal(),
extractFDADTWKernel(),
extractFDAFourier(),
extractFDAMultiResFeatures(),
extractFDATsfeatures(),
extractFDAWavelets()