View source: R/tensor_sig_estimate.R
Fit TensorSignature model
1 | fit_TS(Y, X, K, anno_dims, lr = 0.01, tau = 50, max_iter = 1000)
|
Y |
count tensor |
X |
design matrix |
K |
number of signatures |
anno_dims |
annotation dimensions |
lr |
learning rate (default: 0.01) |
tau |
regularization parameter (default: 50) |
max_iter |
maximum number of iterations (default: 1000) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.