SVP: SVP

Description Usage Arguments Value Examples

View source: R/StatComp.R

Description

Guaranteed Rank Minimization via Singular Value Projection

Usage

1
SVP(M, step_size, tolerance, rank_r, k_max)

Arguments

M

sparse matrix

step_size

step size

tolerance

tolerance

rank_r

Rank Minimization

k_max

maximum number of iterations

Value

complete matrix

Examples

1
2
3
4
5
## Not run: 
M <- matrix(c(0,1,0,1,0,1,0,1,0),3,3)
g <- SVP(M,1,0.01,2,10000)

## End(Not run)

sa21204165/StatComp21076 documentation built on Dec. 23, 2021, 11:11 p.m.