powered by
Return the NMF decomposition.
NMF(x, rank = 2, nstart = 10, ...)
A numeric dataset (data.frame or matrix).
Specification of the factorization rank.
How many random sets should be chosen?
Other parameters.
nmf
# NOT RUN { install.packages ("BiocManager") BiocManager::install ("Biobase") install.packages ("NMF") require (datasets) data (iris) NMF (iris [, -5]) # }
Run the code above in your browser using DataLab