Description Usage Arguments Value Examples
Empirical Bayes Poisson Matrix Factorization (Background Model with weights)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ebpmf_wbg3(
X,
K,
pm_func = list(f = ebpm::ebpm_gamma_mixture, l = ebpm::ebpm_gamma_mixture, f0 =
ebpm::ebpm_gamma, l0 = ebpm::ebpm_gamma),
init = NULL,
pm_control = NULL,
fix_option = list(l0 = FALSE, f0 = FALSE, gl = FALSE, ql = FALSE, gf = FALSE, qf =
FALSE),
maxiter = 100,
tol = 1e-08,
verbose = FALSE,
seed = 123
)
|
X |
count matrix (dim(X) = c(n, p)). |
pm_func |
functions for solving the |
init |
Either |
pm_control |
control parameters for pm_func function |
maxiter |
maximum number of iterations |
tol |
stopping tolerance for ELBO |
seed |
used when init is NULL |
k |
number of topics |
fix_g |
list(l, f) where l, f are either TRUE or FALSE |
A list containing elements:
l0
sample-wise mean
f0
feature-wise mean
qg
list(ql, gl,qf, gf)
ELBO
ELBO objective for this VEB algorithm
1 | To add
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.