learn_nmf | R Documentation |
Given a data matrix created by 'create_data()' this function performs non-negative matrix factorization.
learn_nmf(x, nmf_args = NULL, nmf_seed = "nndsvd")
x |
target data to fit, i.e. a matrix-like object - use 'create_features()' |
nmf_args |
argument to be forward to 'NMF::nmf'. @seealso NMF::nmf |
nmf_seed |
Default: "nndsvd". @seealso NMF::nmfSeed |
Depends on 'evaluate': FALSE @seealso NMF::nmf, TRUE a list of objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.