Package: rnnmf Maintainer: Steven E. Pav Authors@R: c(person(c("Steven", "E."), "Pav", role=c("aut","cre"), email="shabbychef@gmail.com", comment = c(ORCID = "0000-0002-4197-6195"))) Version: 0.3.0.0001 Date: 2025-02-02 License: LGPL-3 Title: Regularized Non-Negative Matrix Factorization BugReports: https://github.com/shabbychef/rnnmf/issues Description: A proof of concept implementation of regularized non-negative matrix factorization optimization. A non-negative matrix factorization factors non-negative matrix Y approximately as L R, for non-negative matrices L and R of reduced rank. This package supports such factorizations with weighted objective and regularization penalties. Allowable regularization penalties include L1 and L2 penalties on L and R, as well as non-orthogonality penalties. This package provides multiplicative update algorithms, which are a modification of the algorithm of Lee and Seung (2001) , as well as an additive update derived from that multiplicative update. See also Pav (2024) . Depends: R (>= 3.0.2) Imports: Matrix Suggests: testthat, dplyr, ggplot2, scales, viridis, knitr URL: https://github.com/shabbychef/rnnmf VignetteBuilder: knitr Collate: 'aurnmf.r' 'gaurnmf.r' 'giqpm.r' 'murnmf.r' 'rnnmf-package.r' Repository: https://shabbychef.r-universe.dev Date/Publication: 2025-02-03 05:27:11 UTC RemoteUrl: https://github.com/shabbychef/rnnmf RemoteRef: HEAD RemoteSha: 6fbf3528a2c8e1ddc12caa3eae53dc9ea9fa05a3 NeedsCompilation: no Packaged: 2026-05-27 10:31:08 UTC; root Author: Steven E. Pav [aut, cre] (ORCID: )