Factory Method for Multiple NMF Run Objects
NMFfitX(object, ...)
S4 (list)
`NMFfitX`(object, ..., .merge = FALSE)
NMFfitX objectNMFfitX1 object.
If FALSE, an NMFfitXn object containing the data of all the fits
is returned.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.