Description Usage Arguments Value See Also
This is a wrapper around nmf from the package NMF to be used with objects of class hyperSpec.
1 2 3 4 5 6 7 8 9 |
x |
a hyperSpec object. |
ncomp |
integer; number of pure components (factorization rank). |
nrun |
number of runs |
method |
character; use 'NMF::getNMFMethod()' to get valid Methods and refer to the documentation of 'NMF::nmf()' for further information. |
seed |
character; "opa" (Orthogonal Projection Approach, see |
prefix |
character; a prefix to name the pure spectra. |
... |
further arguments to be passed down to nmf. |
a list with the following components:
coefficient matrix
a hyperSpec object containing the basis (component) spectra
the nmf fit as returned by 'NMF::nmf()'
nmf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.