The function extracts the functional principal components from a data.frame
containing functional features. Uses stats::prcomp
.
extractFDAFPCA(rank. = NULL, center = TRUE, scale. = FALSE)
(integer(1)
)
Number of principal components to extract.
Default is NULL
(logical(1)
)
Should data be centered before applying PCA?
(logical(1)
)
Should data be scaled before applying PCA?
(data.frame).
Other fda_featextractor:
extractFDABsignal()
,
extractFDADTWKernel()
,
extractFDAFourier()
,
extractFDAMultiResFeatures()
,
extractFDATsfeatures()
,
extractFDAWavelets()