Description Usage Arguments Value Examples
Soft-thresholding function
1 | soft(a, lambda)
|
a |
- scalar |
lambda |
- positive value for thresholding |
- outputs S(a, lambda) = sign(a)max(|a| - lambda, 0)
1 | soft(3, 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.