NMFSeed
is a constructor method that instantiate
NMFSeed-class
objects.NMFSeed
is a constructor method that instantiate
NMFSeed-class
objects.
NMF seeding methods are registered via the function setNMFSeed
, which
stores them as NMFSeed-class
objects in a dedicated registry.
removeNMFSeed
removes an NMF seeding method from the registry.
NMFSeed(key, method, ...) setNMFSeed(..., overwrite = isLoadingNamespace(), verbose = TRUE) removeNMFSeed(name, ...)
NMFSeed
and used to initialise slots
in the NMFSeed-class
object, or to pkgreg_remove
.TRUE
) or not (FALSE
),
in which case an error is thrown.TRUE
) or not (FALSE
).signature(key = "character")
: Default method simply calls new
with the same arguments.
signature(key = "NMFSeed")
: Creates an NMFSeed
based on a template object (Constructor-Copy),
in particular it uses the same name.