nmf_Lee: NMF with Lee and Saung multiplicative updates

Usage Arguments Details

View source: R/KL-NMF_Lee_Seung.R

Usage

1
nmf_Lee(V, K, W, H, maxiters = 100)

Arguments

V

matrix to factorize

K

number of latent factors (or dimensions)

W

initial W matrix

H

initial H matrix

maxiters

maximum number of iterations

Details

The number of iterations is set to maxiters. In the future, there should be a convergence check in case the KL converges before maxiters


alumbreras/MMLE-GaP documentation built on May 18, 2019, 2:37 a.m.