svd_pca: Principal component dimensionality reduction using SVD

Description Usage Arguments Value

Description

Factorizes matrix A as the product of score and loading matrices respectively truncated to k rows and k columns.

Usage

1
svd_pca(A, k, ...)

Arguments

A

the matrix to factorize

k

the number of factors to compute

...

Present for compatibility. als_nmf has no other parameters

Value

a genericFit-class object


jonalim/mfBiclust documentation built on May 4, 2019, 4:13 a.m.