pmf: Poisson Matrix Factorization

Description Usage Arguments Value

View source: R/pmf.R

Description

Poisson Matrix Factorization

Usage

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

Arguments

X

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

K

number of topics

init

Either NULL or list(L, F)

seed

only used when init is NULL

Value

list(L, F, log_liks)


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