This package browser is in early development. Mind the rough edges.

r-nmf

Algorithms and framework for nonnegative matrix factorization

This package provides a framework to perform Non-negative Matrix Factorization (NMF). The package implements a set of already published algorithms and seeding methods, and provides a framework to test, develop and plug new or custom algorithms. Most of the built-in algorithms have been optimized in C++, and the main interface function provides an easy way of performing parallel computations on multicore machines.

Installation

Install the latest version of r-nmf as follows:

guix install r-nmf

Or install a particular version:

guix install r-nmf@0.28

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of r-nmf about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/r-nmf'><img src='https://packages.guix.gnu.org/packages/r-nmf/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/r-nmf/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/r-nmf)

Example Org:

[[https://packages.guix.gnu.org/packages/r-nmf][https://packages.guix.gnu.org/packages/r-nmf/badges/latest-version.svg]]