cobra_internal
is an R wrapper around C code.
1 2 | cobra_internal(X, Lambda_row, Lambda_col, E_row, E_col, w_row, w_col, gamma,
max_iter = 100, tol = 0.001)
|
X |
Data matrix |
Lambda_row |
Initial guess of row Langrage multipliers |
Lambda_col |
Initial guess of column Langrage multipliers |
E_row |
Edge-incidence matrix for row graph |
E_col |
Edge-incidence matrix for column graph |
w_row |
Vector of weights for row graph |
w_col |
Vector of weights for column graph |
gamma |
Regularization parameter for shrinkage |
max_iter |
Maximum number of AMA iterations |
tol |
stopping tolerance |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.