Description Usage Arguments Details Value References Examples
Calcualte the two dimensional functional principal component scores by using Fourier Basis
1 |
X |
X is the input three dimensional array. The first two dimensions are the dimension of each input image. All the inputs images are organized as the third dimension of the input data array. All the image should be scaled to the rage from 0 to 1 before running this function. |
Calcualte the two dimensional functional principal component scores by using Fourier Basis
eigen_value |
The eigen value can be used to calcualte the proportion of variance that each FPC score can explain. |
FPC_score |
The output FPC scores. |
Eigen_vector |
The eigen_vector represents the directions of the lienar transformation in the functional domain. |
Lin N, Jiang J, Guo S, Xiong M (2015) Functional Principal Component Analysis and Randomized Sparse Clustering Algorithm for Medical Image Analysis. PLoS ONE 10(7): e0132945. doi:10.1371/journal.pone.0132945
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.