eigen_K | R Documentation |
A function to take the eigendecomposition of K Note: This is faster than taking SVD of X when p >> n
eigen_K(std_X, fbm_flag)
std_X |
The standardized design matrix, stored as big.matrix object. |
fbm_flag |
Logical: is std_X an FBM obejct? Passed from |
A list with the eigenvectors and eigenvalues of K
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.