| NMFfitX | R Documentation |
Factory Method for Multiple NMF Run Objects
NMFfitX(object, ...)
## S4 method for signature 'list'
NMFfitX(object, ..., .merge = FALSE)
object |
an object from which is created an
|
... |
extra arguments used to pass values for slots |
.merge |
a logical that indicates if the fits should
be aggregated, only keeping the best fit, and return an
|
signature(object = "list"): Create
an NMFfitX object from a list of fits.
signature(object = "NMFfit"):
Creates an NMFfitX1 object from a single fit. This
is used in nmf when only the best fit is
kept in memory or on disk.
signature(object = "NMFfitX"):
Provides a way to aggregate NMFfitXn objects into
an NMFfitX1 object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.