View source: R/tensor_sig_estimate.R
Compute the exposure matrix from a TensorSignature model
1 | transform_E(mod_ts, Y, K, tau = 50, lr = 0.001, max_iter = 10000)
|
mod_ts |
TensorSignature model |
Y |
count tensor |
K |
number of clusters |
tau |
regularization parameter (default=50) |
lr |
learning rate (default=0.001) |
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.