mat_shrink {admmDensestSubmatrix}R Documentation

Soft threshholding operator.

Description

Applies the shrinkage operator for singular value tresholding.

Usage

mat_shrink(K, tau)

Arguments

K

matrix

tau

regularization parameter

Value

Matrix

Examples

mat_shrink(matrix(c(1,0,0,0,1,1,1,1,1), nrow=3, ncol=3, byrow=TRUE),0.35)

[Package admmDensestSubmatrix version 0.1.0 Index]