View source: R/registry-seed.R
NMFSeed | R Documentation |
NMFSeed
is a constructor method that instantiate
NMFSeed
objects.NMFSeed
is a constructor method that instantiate
NMFSeed
objects.
NMF seeding methods are registered via the function
setNMFSeed
, which stores them as
NMFSeed
objects in a dedicated
registry.
removeNMFSeed
removes an NMF seeding method from
the registry.
NMFSeed(key, method, ...)
setNMFSeed(..., overwrite = isLoadingNamespace(),
verbose = TRUE)
removeNMFSeed(name, ...)
key |
access key as a single character string |
method |
specification of the seeding method, as a function that takes at least the following arguments:
|
... |
arguments passed to |
name |
name of the seeding method. |
overwrite |
logical that indicates if any existing
NMF method with the same name should be overwritten
( |
verbose |
a logical that indicates if information
about the registration should be printed ( |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.