Description Usage Arguments Details Value Examples
Compute the value of quadratic loss function
1 | f_func(x, A, b)
|
x |
A coefficient vector, it equals to the sparse component plus the low rank component. |
A |
The design matrix |
b |
The response vector/matrix |
This function aims to compute the value of quadratic loss function in the low rank plus sparse model. It can be changed by other norm or loss.
A value of loss function
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.