Description Usage Arguments Functions Methods (by generic) Examples
The nmf
function returns objects that contain embedded RNG data,
that can be used to exactly reproduce any computation.
These data can be extracted using dedicated methods for the S4 generics
getRNG
and getRNG1
.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
object |
an R object from which RNG settings can be extracted, e.g. an
integer vector containing a suitable value for |
... |
extra arguments to allow extension and passed to a suitable S4 method
|
.getRNG,NMFfitXn-method
: Returns the RNG settings used for the best fit.
This method throws an error if the object is empty.
getRNG1(object = NMFfitX)
: Returns the RNG settings used for the first NMF run of multiple NMF runs.
getRNG1(object = NMFfitX1)
: Returns the RNG settings used to compute the first of all NMF runs, amongst
which object
was selected as the best fit.
getRNG1(object = NMFfitXn)
: Returns the RNG settings used for the first run.
This method throws an error if the object is empty.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.