svd_reconstruction: Reconstruces the original matrix from its SVD.

Description Usage Arguments Value

View source: R/help_fun.R

Description

Computes UDV^T to get the approximate (or full) X matrix.

Usage

1
svd_reconstruction(decomposition)

Arguments

decomposition

List. List with entries 'u', 'd', and 'v'from the svd function.

Value

Matrix. The original matrix.


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