pmf_bg: Poisson Matrix Factorization with background

Description Usage Arguments Value

View source: R/pmf_bg.R

Description

Poisson Matrix Factorization with background

Usage

1
pmf_bg(X, K, init, fix_option, maxiter = 100, verbose = FALSE, seed = 123)

Arguments

X

count matrix (dim(X) = c(n, p)).

K

number of topics

init

Either NULL or list(l0, f0, L, F)

seed

only used when init is NULL

Value

list(l0, f0, L, F, log_liks)


stephenslab/ebpmf.alpha documentation built on Nov. 20, 2021, 11:57 a.m.