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, ...)
NMF-class.NMFStrategy objectsmodel
should be returned or only the default or first found.pkgreg_fetch
or pkgreg_remove.TRUE) or partially (FALSE).selectNMFMethod returns a character vector or NMFStrategy objects,
or NULL if no suitable algorithm was found.