rnmf | R Documentation |
Run NMF with ica init
rnmf( A, k, alpha = 0, init = "ica", n.cores = 1, loss = "mse", max.iter = 500, ica.fast = F )
A |
Expression matrix |
k |
= Number of factors |
alpha |
Alpha parameter value |
init |
Method to initiate NMF by |
n.cores |
Number of threads to run |
loss |
Loss method |
max.iter |
Maximum number of iterations for NMF |
ica.fast |
Should fast ica be run? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.