Description Usage Arguments Value Examples
Empirical Bayes Poisson Matrix Factorization
1 2 3 4 5 6 7 8 9 10 11 |
X |
count matrix (dim(X) = c(n, p)). |
pm_func |
function for solving the |
init |
list(qg, init_method, init_iter) |
pm_control |
control parameters for pm_func function |
maxiter |
maximum number of iterations |
tol |
stopping tolerance for ELBO |
verbose |
print progress if set TRUE |
k |
number of topics |
fix_g |
list(l, f) where l, f are either TRUE or FALSE |
A list containing elements:
ql
approximate posterior for l
gl
fitted g for l
kl_l
kl divergence between q and g for l
qf
approximate posterior for f
gf
fitted g for f
kl_f
kl divergence between q and g for f
1 | To add
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.