Registry for NMF Algorithms
Registry for NMF Algorithms
selectNMFMethod
tries to select an appropriate NMF
algorithm that is able to fit a given the NMF model.
getNMFMethod
retrieves NMF algorithm objects from
the registry.
existsNMFMethod
tells if an NMF algorithm is
registered under the
removeNMFMethod
removes an NMF algorithm from the
registry.
selectNMFMethod(name, model, load = FALSE, exact = FALSE, all = FALSE, quiet = FALSE) getNMFMethod(...) existsNMFMethod(name, exact = TRUE) removeNMFMethod(name, ...)
name |
name of a registered NMF algorithm |
model |
class name of an NMF model, i.e. a class
that inherits from class |
load |
a logical that indicates if the selected
algorithms should be loaded into |
all |
a logical that indicates if all algorithms
that can fit |
quiet |
a logical that indicates if the operation should be performed quietly, without throwing errors or warnings. |
... |
extra arguments passed to
|
exact |
a logical that indicates if the access key
should be matched exactly ( |
selectNMFMethod
returns a character vector or
NMFStrategy
objects, or NULL if no suitable
algorithm was found.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.