NormMax: Normalize dictionary atoms using l_{Inf} norm

Description Usage Arguments Value Examples

View source: R/Rfunctions.R

Description

Remove zero columns of D. Then let D=(D_1,...,D_p). The normalization is done by

D_ik=D_ik/max_k D_ik, for i=1,...,p.

For any D_i, and D_j, if Cor(D_i,D_j)> cor_bnd, one of D_i and D_j is eliminated.

Usage

1
NormMax(D, cor_bnd = 0.95)

Arguments

D

The dictionary to be normalized.

cor_bnd

An upper bound of the correlation between atoms.

Value

The nomalized dictionary.

Examples

1
2

GSCAD documentation built on Oct. 6, 2017, 5:04 p.m.

Related to NormMax in GSCAD...