truncate_svd {RaJIVE} | R Documentation |
Removes columns from the U, D, V matrix computed form an SVD.
truncate_svd(decomposition, rank)
decomposition |
List. List with entries 'u', 'd', and 'v'from the svd function. |
rank |
List. List with entries 'u', 'd', and 'v'from the svd function. |
The trucated robust SVD of X.