Description Usage Arguments Value
Estimate Poisson parameter matrix with reduced rank.
1 |
Y |
A n x d matrix containing token counts for n different tokens and d different documents. |
K |
A positive integer. The rank of the normalized parameter matrix. |
verbose |
A logical value. Should progress messages be printed on the console? |
tol |
A positive double. Stop iterative optimization of log-likelihood (ll) if improvement is less than tol*ll. |
max_iter |
A positive integer. Stop iterative optimization of log-likelihood after max_iter iterations. |
return_list |
A logical value or a numeric vector. Should a list of parameter matrices for each iteration (or all iterations with number in return_list) be returned or just the last? |
A n x d matrix or a list of such matrices. A matrix contains the logs of the Poisson parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.