mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
38314baa72
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/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. WWW: https://cran.r-project.org/web/packages/NMF/
9 lines
452 B
Plaintext
9 lines
452 B
Plaintext
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/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.
|
|
|
|
WWW: https://cran.r-project.org/web/packages/NMF/
|