Description Usage Arguments Details Value
Approximates a non-negative matrix as the product of two non-negative matrix factors using the alternating-least-squares algorithm by Paatero and Tapper (1994).
1 2 |
A |
the matrix to factorize |
k |
the number of factors to calculate |
reps |
the number of replications to choose from |
maxIter |
the maximum number of least-squares steps |
eps_conv |
convergence tolerance |
verbose |
Print the mean squared error every 10 iterations |
... |
Present for compatibility. |
Factorization is performed reps
times, then the result with the
minimum mean squared-error is returned. als_nmf()
is fast for a small
number of biclusters, but running time rapidly increases with k
.
a genericFit-class
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.