pmf_greedy: Poisson Matrix Factorization (greedy)

Description Usage Arguments Value

View source: R/pmf_greedy.R

Description

Poisson Matrix Factorization (greedy)

Usage

1
pmf_greedy(X, K, init, maxiter = 100, rate = 0.9, verbose = FALSE, seed = 123)

Arguments

X

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

K

number of topics

init

Either NULL or list(L, F)

maxiter

for each k

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.