truncate_svd: Truncates an SVD.

Description Usage Arguments Value

View source: R/help_fun.R

Description

Removes columns from the U, D, V matrix computed form an SVD.

Usage

1
truncate_svd(decomposition, rank)

Arguments

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.

Value

The trucated SVD of X.


idc9/r_jive documentation built on Oct. 20, 2020, 4:23 p.m.