NNLM icon indicating copy to clipboard operation
NNLM copied to clipboard

Nonnegative Linear Models (NNLM) and Nonnegative Matrix Factorization (NMF or NNMF).

Results 15 NNLM issues
Sort by recently updated
recently updated
newest added

Would you mind creating a [`pkgdown`](https://pkgdown.r-lib.org/) website for the documentation of your package and hosting it as, e.g., [GitHub pages](https://pages.github.com/)? It's a quite modern and convenient way for users to...

Hi there, I'm going to be working with some really giant matrices (~millions of rows x thousands of columns) that play nicely with bigmemory. Do you have any guidance on...

Hello, I ran into the following error while installing NNLM packages. It seems that R couldn't find those files. I have tried to add the exact path to the Environment...

In some edge cases, one or more instances of the diagonal value of the WtW matrix could be zero leading to the propagation of NaNs. This is not a problem...

Hello, I am using below code to install NNLM ``````````````````````````` library(devtools) install_github('linxihui/NNLM') ```````````````````````````` and keep getting clang error below Does anyone have an idea to solve this problem?? Thank you!